kz.gamma.asn1.crmf
Class POPOPrivKey
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.crmf.POPOPrivKey
- All Implemented Interfaces:
- kz.gamma.asn1.ASN1Choice, kz.gamma.asn1.DEREncodable
public class POPOPrivKey
- extends kz.gamma.asn1.ASN1Encodable
- implements kz.gamma.asn1.ASN1Choice
|
Field Summary |
private kz.gamma.asn1.DERObject |
obj
|
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
|
Constructor Summary |
private |
POPOPrivKey(kz.gamma.asn1.DERObject obj)
|
|
Method Summary |
static kz.gamma.asn1.ASN1Encodable |
getInstance(kz.gamma.asn1.ASN1TaggedObject tagged,
boolean explicit)
|
kz.gamma.asn1.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 }
|
| Methods inherited from class kz.gamma.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
obj
private kz.gamma.asn1.DERObject obj
POPOPrivKey
private POPOPrivKey(kz.gamma.asn1.DERObject obj)
getInstance
public static kz.gamma.asn1.ASN1Encodable getInstance(kz.gamma.asn1.ASN1TaggedObject tagged,
boolean explicit)
toASN1Object
public kz.gamma.asn1.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 }
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.