org.bouncycastle.asn1.crmf
public class POPOPrivKey extends ASN1Encodable implements ASN1Choice
BER, DER
Modifier and Type | Method and Description |
---|---|
static ASN1Encodable |
getInstance(ASN1TaggedObject tagged,
boolean explicit) |
DERObject |
toASN1Object()
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, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static ASN1Encodable getInstance(ASN1TaggedObject tagged, boolean explicit)
public DERObject toASN1Object()
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 }
toASN1Object
in class ASN1Encodable