Class 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
           }