public class DecryptedPOP
extends org.bouncycastle.asn1.ASN1Object
id-cmc-decryptedPOP OBJECT IDENTIFIER ::= {id-cmc 10}
DecryptedPOP ::= SEQUENCE {
bodyPartID BodyPartID,
thePOPAlgID AlgorithmIdentifier,
thePOP OCTET STRING
}
| Constructor and Description |
|---|
DecryptedPOP(BodyPartID bodyPartID,
org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID,
byte[] thePOP) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID |
getBodyPartID() |
static DecryptedPOP |
getInstance(java.lang.Object o) |
byte[] |
getThePOP() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getThePOPAlgID() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public DecryptedPOP(BodyPartID bodyPartID, org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID, byte[] thePOP)
public static DecryptedPOP getInstance(java.lang.Object o)
public BodyPartID getBodyPartID()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getThePOPAlgID()
public byte[] getThePOP()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object