Package org.bouncycastle.asn1.cmc
Class DecryptedPOP
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.DecryptedPOP
- All Implemented Interfaces:
ASN1Encodable,Encodable
id-cmc-decryptedPOP OBJECT IDENTIFIER ::= {id-cmc 10}
DecryptedPOP ::= SEQUENCE {
bodyPartID BodyPartID,
thePOPAlgID AlgorithmIdentifier,
thePOP OCTET STRING
}
-
Constructor Summary
ConstructorsConstructorDescriptionDecryptedPOP(BodyPartID bodyPartID, AlgorithmIdentifier thePOPAlgID, byte[] thePOP) -
Method Summary
Modifier and TypeMethodDescriptionstatic DecryptedPOPbyte[]Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
DecryptedPOP
-
-
Method Details
-
getInstance
-
getBodyPartID
-
getThePOPAlgID
-
getThePOP
public byte[] getThePOP() -
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-