public PasswordRecipientInfo(
AlgorithmIdentifier keyEncryptionAlgorithm,
Asn1OctetString encryptedKey
)
Public Sub New (
keyEncryptionAlgorithm As AlgorithmIdentifier,
encryptedKey As Asn1OctetString
)
public:
PasswordRecipientInfo(
AlgorithmIdentifier^ keyEncryptionAlgorithm,
Asn1OctetString^ encryptedKey
)
Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo = function(keyEncryptionAlgorithm, encryptedKey);