public class DecryptedPOP extends ASN1Object
id-cmc-decryptedPOP OBJECT IDENTIFIER ::= {id-cmc 10} DecryptedPOP ::= SEQUENCE { bodyPartID BodyPartID, thePOPAlgID AlgorithmIdentifier, thePOP OCTET STRING }
Constructor and Description |
---|
DecryptedPOP(BodyPartID bodyPartID,
AlgorithmIdentifier thePOPAlgID,
byte[] thePOP) |
Modifier and Type | Method and Description |
---|---|
BodyPartID |
getBodyPartID() |
static DecryptedPOP |
getInstance(java.lang.Object o) |
byte[] |
getThePOP() |
AlgorithmIdentifier |
getThePOPAlgID() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public DecryptedPOP(BodyPartID bodyPartID, AlgorithmIdentifier thePOPAlgID, byte[] thePOP)
public static DecryptedPOP getInstance(java.lang.Object o)
public BodyPartID getBodyPartID()
public AlgorithmIdentifier getThePOPAlgID()
public byte[] getThePOP()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object