Class PasswordRecipientInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.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 }