Class EncryptedData

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.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 }