Class EncryptedContentInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.EncryptedContentInfo
All Implemented Interfaces:
ASN1Encodable, Encodable

public class EncryptedContentInfo extends ASN1Object
RFC 5652 EncryptedContentInfo object.
 EncryptedContentInfo ::= SEQUENCE {
     contentType ContentType,
     contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
     encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL 
 }