public RecipientEncryptedKey(
KeyAgreeRecipientIdentifier id,
Asn1OctetString encryptedKey
)
Public Sub New (
id As KeyAgreeRecipientIdentifier,
encryptedKey As Asn1OctetString
)
public:
RecipientEncryptedKey(
KeyAgreeRecipientIdentifier^ id,
Asn1OctetString^ encryptedKey
)
Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey = function(id, encryptedKey);