C# Class Org.BouncyCastle.Cms.PasswordRecipientInformation

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

Méthodes publiques

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

Method Details

GetContentStream() public méthode

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

PasswordRecipientInformation() public méthode

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