Class EncryptedData

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.EncryptedData
All Implemented Interfaces:
ASN1Encodable, Encodable

public class EncryptedData extends ASN1Object
The EncryptedData object.
     EncryptedData ::= SEQUENCE {
          version Version,
          encryptedContentInfo EncryptedContentInfo
     }


     EncryptedContentInfo ::= SEQUENCE {
         contentType ContentType,
         contentEncryptionAlgorithm  ContentEncryptionAlgorithmIdentifier,
         encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
   }

   EncryptedContent ::= OCTET STRING