ASN1Choice
, ASN1Encodable
, Encodable
public class POPOPrivKey extends ASN1Object implements ASN1Choice
Modifier and Type | Field | Description |
---|---|---|
static int |
agreeMAC |
|
static int |
dhMAC |
|
static int |
encryptedKey |
|
static int |
subsequentMessage |
|
static int |
thisMessage |
Constructor | Description |
---|---|
POPOPrivKey(SubsequentMessage msg) |
Modifier and Type | Method | Description |
---|---|---|
static POPOPrivKey |
getInstance(java.lang.Object obj) |
|
static POPOPrivKey |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
|
int |
getType() |
|
ASN1Encodable |
getValue() |
|
ASN1Primitive |
toASN1Primitive() |
POPOPrivKey ::= CHOICE {
thisMessage [0] BIT STRING, -- Deprecated
-- possession is proven in this message (which contains the private
-- key itself (encrypted for the CA))
subsequentMessage [1] SubsequentMessage,
-- possession will be proven in a subsequent message
dhMAC [2] BIT STRING, -- Deprecated
agreeMAC [3] PKMACValue,
encryptedKey [4] EnvelopedData }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static final int thisMessage
public static final int subsequentMessage
public static final int dhMAC
public static final int agreeMAC
public static final int encryptedKey
public POPOPrivKey(SubsequentMessage msg)
public static POPOPrivKey getInstance(java.lang.Object obj)
public static POPOPrivKey getInstance(ASN1TaggedObject obj, boolean explicit)
public int getType()
public ASN1Encodable getValue()
public ASN1Primitive toASN1Primitive()
POPOPrivKey ::= CHOICE { thisMessage [0] BIT STRING, -- Deprecated -- possession is proven in this message (which contains the private -- key itself (encrypted for the CA)) subsequentMessage [1] SubsequentMessage, -- possession will be proven in a subsequent message dhMAC [2] BIT STRING, -- Deprecated agreeMAC [3] PKMACValue, encryptedKey [4] EnvelopedData }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object