Class DecryptedPOP

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

public class DecryptedPOP extends ASN1Object
      id-cmc-decryptedPOP OBJECT IDENTIFIER ::= {id-cmc 10}

       DecryptedPOP ::= SEQUENCE {
            bodyPartID      BodyPartID,
            thePOPAlgID     AlgorithmIdentifier,
            thePOP          OCTET STRING
       }