Class EncryptedData

java.lang.Object
org.gudy.bouncycastle.asn1.pkcs.EncryptedData
All Implemented Interfaces:
DEREncodable

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


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

   EncryptedContent ::= OCTET STRING