C# Class Org.BouncyCastle.Cms.RecipientInformation

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

Méthodes publiques

Méthode Description
GetContent ( ICipherParameters key ) : byte[]
GetContentStream ( ICipherParameters key ) : CmsTypedStream

Private Methods

Méthode Description
GetContentFromSessionKey ( KeyParameter sKey ) : CmsTypedStream
RecipientInformation ( AlgorithmIdentifier encAlg, AlgorithmIdentifier keyEncAlg, Stream data ) : System

Method Details

GetContent() public méthode

public GetContent ( ICipherParameters key ) : byte[]
key ICipherParameters
Résultat byte[]

GetContentStream() public abstract méthode

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