Class 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