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