Class EncryptedData

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class EncryptedData
    extends ASN1Object
    RFC 5652 EncryptedData object.

     EncryptedData ::= SEQUENCE {
         version CMSVersion,
         encryptedContentInfo EncryptedContentInfo,
         unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }