Class EncryptedData

  • All Implemented Interfaces:
    DEREncodable

    public class EncryptedData
    extends java.lang.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