C# Class Org.BouncyCastle.Cms.CmsEnvelopedGenerator.RecipientInf

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, AlgorithmIdentifier derivationAlg ) : System
RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, string algorithm, string wrapOid, OriginatorIdentifierOrKey originator, X509Certificate cert ) : System

Private Methods

Méthode Description
RecipientInf ( AsymmetricKeyParameter pubKey, Asn1OctetString subKeyId ) : System
RecipientInf ( X509Certificate cert ) : System
RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, KekIdentifier secKeyId ) : System
ToRecipientInfo ( KeyParameter key, SecureRandom random ) : RecipientInfo

Method Details

RecipientInf() public méthode

public RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, AlgorithmIdentifier derivationAlg ) : System
secKeyAlgorithm string
secKey Org.BouncyCastle.Crypto.Parameters.KeyParameter
derivationAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
Résultat System

RecipientInf() public méthode

public RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, string algorithm, string wrapOid, OriginatorIdentifierOrKey originator, X509Certificate cert ) : System
secKeyAlgorithm string
secKey Org.BouncyCastle.Crypto.Parameters.KeyParameter
algorithm string
wrapOid string
originator Org.BouncyCastle.Asn1.Cms.OriginatorIdentifierOrKey
cert Org.BouncyCastle.X509.X509Certificate
Résultat System