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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object