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