public CmsKeyTransRecipientInfoGenerator(
byte[] subjectKeyID,
IKeyWrapper keyWrapper
)
Public Sub New (
subjectKeyID As Byte(),
keyWrapper As IKeyWrapper
)
public:
CmsKeyTransRecipientInfoGenerator(
array<unsigned char>^ subjectKeyID,
IKeyWrapper^ keyWrapper
)
Org.BouncyCastle.Operators.CmsKeyTransRecipientInfoGenerator = function(subjectKeyID, keyWrapper);