C# Class Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator

Inheritance: RecipientInfoGenerator
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Property Type Description
CreateOriginatorPublicKey Org.BouncyCastle.Asn1.Cms.OriginatorPublicKey
KeyAgreeRecipientInfoGenerator System

Public Methods

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

Private Methods

Method Description
CreateOriginatorPublicKey ( AsymmetricKeyParameter publicKey ) : OriginatorPublicKey
KeyAgreeRecipientInfoGenerator ( ) : 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