C# Класс Org.BouncyCastle.Cms.CmsEnvelopedGenerator.RecipientInf

Показать файл Открыть проект

Открытые методы

Метод Описание
RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, AlgorithmIdentifier derivationAlg ) : System
RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, string algorithm, string wrapOid, OriginatorIdentifierOrKey originator, X509Certificate cert ) : System

Приватные методы

Метод Описание
RecipientInf ( AsymmetricKeyParameter pubKey, Asn1OctetString subKeyId ) : System
RecipientInf ( X509Certificate cert ) : System
RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, KekIdentifier secKeyId ) : System
ToRecipientInfo ( KeyParameter key, SecureRandom random ) : RecipientInfo

Описание методов

RecipientInf() публичный Метод

public RecipientInf ( string secKeyAlgorithm, KeyParameter secKey, AlgorithmIdentifier derivationAlg ) : System
secKeyAlgorithm string
secKey Org.BouncyCastle.Crypto.Parameters.KeyParameter
derivationAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
Результат System

RecipientInf() публичный Метод

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
Результат System