Class EnvelopedData

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class EnvelopedData
    extends ASN1Object
    RFC 5652 EnvelopedData object.
     EnvelopedData ::= SEQUENCE {
         version CMSVersion,
         originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
         recipientInfos RecipientInfos,
         encryptedContentInfo EncryptedContentInfo,
         unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL 
     }