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

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method 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

Method 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 method

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

RecipientInf() public method

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
return System