C# Class Org.BouncyCastle.Cms.KeyAgreeRecipientInformation

Inheritance: RecipientInformation
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
GetContentStream ( ICipherParameters key ) : CmsTypedStream
KeyAgreeRecipientInformation ( KeyAgreeRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System

Method Details

GetContentStream() public méthode

public GetContentStream ( ICipherParameters key ) : CmsTypedStream
key ICipherParameters
Résultat CmsTypedStream

KeyAgreeRecipientInformation() public méthode

public KeyAgreeRecipientInformation ( KeyAgreeRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System
info Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo
encAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
data Stream
Résultat System