RecipientInfo Generate(
KeyParameter contentEncryptionKey,
SecureRandom random
)
Function Generate (
contentEncryptionKey As KeyParameter,
random As SecureRandom
) As RecipientInfo
RecipientInfo^ Generate(
KeyParameter^ contentEncryptionKey,
SecureRandom^ random
)
function Generate(contentEncryptionKey, random);