Class PasswordRecipientInfo

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class PasswordRecipientInfo
    extends ASN1Object
    RFC 5652: Content encryption key delivery mechanisms.
     PasswordRecipientInfo ::= SEQUENCE {
         version       CMSVersion,   -- Always set to 0
         keyDerivationAlgorithm [0] KeyDerivationAlgorithmIdentifier
                                 OPTIONAL,
         keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
         encryptedKey  EncryptedKey }