C# Class Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator

Inheritance: RecipientInfoGenerator
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Свойство Type Description
CreateOriginatorPublicKey Org.BouncyCastle.Asn1.Cms.OriginatorPublicKey
KeyAgreeRecipientInfoGenerator System

Méthodes publiques

Méthode Description
Generate ( KeyParameter contentEncryptionKey, SecureRandom random ) : RecipientInfo

Private Methods

Méthode Description
CreateOriginatorPublicKey ( AsymmetricKeyParameter publicKey ) : OriginatorPublicKey
KeyAgreeRecipientInfoGenerator ( ) : System

Method Details

Generate() public méthode

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