C# Class Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator

Inheritance: RecipientInfoGenerator
Show file Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Property Type Description
KeyTransRecipientInfoGenerator System

Public Methods

Method Description
Generate ( KeyParameter contentEncryptionKey, SecureRandom random ) : RecipientInfo

Private Methods

Method Description
KeyTransRecipientInfoGenerator ( ) : System

Method Details

Generate() public method

public Generate ( KeyParameter contentEncryptionKey, SecureRandom random ) : RecipientInfo
contentEncryptionKey Org.BouncyCastle.Crypto.Parameters.KeyParameter
random Org.BouncyCastle.Security.SecureRandom
return Org.BouncyCastle.Asn1.Cms.RecipientInfo