Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cmc
Class DecryptedPOP

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cmc.DecryptedPOP
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

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 Summary
DecryptedPOP(BodyPartID bodyPartID, org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID, byte[] thePOP)
           
 
Method Summary
 BodyPartID getBodyPartID()
           
static DecryptedPOP getInstance(java.lang.Object o)
           
 byte[] getThePOP()
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getThePOPAlgID()
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptedPOP

public DecryptedPOP(BodyPartID bodyPartID,
                    org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID,
                    byte[] thePOP)
Method Detail

getInstance

public static DecryptedPOP getInstance(java.lang.Object o)

getBodyPartID

public BodyPartID getBodyPartID()

getThePOPAlgID

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getThePOPAlgID()

getThePOP

public byte[] getThePOP()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()

Bouncy Castle Cryptography Library 1.79