public class POPOPrivKey
extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
static int |
agreeMAC |
static int |
dhMAC |
static int |
encryptedKey |
static int |
subsequentMessage |
static int |
thisMessage |
| Modifier and Type | Method and Description |
|---|---|
static POPOPrivKey |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static POPOPrivKey |
getInstance(java.lang.Object obj) |
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 }
|
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 static POPOPrivKey getInstance(java.lang.Object obj)
public static POPOPrivKey getInstance(ASN1TaggedObject obj, boolean explicit)
public int getType()
public ASN1Encodable getValue()
public ASN1Primitive toASN1Primitive()