C# Class Org.BouncyCastle.Cms.KekRecipientInfoGenerator

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

Private Properties

Property Type Description
DetermineKeyEncAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
KekRecipientInfoGenerator System

Public Methods

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

Private Methods

Method Description
DetermineKeyEncAlg ( string algorithm, KeyParameter key ) : AlgorithmIdentifier
KekRecipientInfoGenerator ( ) : 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