C# Class Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator

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

Private Properties

Свойство Type Description
KeyTransRecipientInfoGenerator System

Méthodes publiques

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

Private Methods

Méthode Description
KeyTransRecipientInfoGenerator ( ) : 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