public RecipientInfo Generate(
KeyParameter contentEncryptionKey,
SecureRandom random
)
Public Function Generate (
contentEncryptionKey As KeyParameter,
random As SecureRandom
) As RecipientInfo
public:
virtual RecipientInfo^ Generate(
KeyParameter^ contentEncryptionKey,
SecureRandom^ random
) sealed
function Generate(contentEncryptionKey, random);