C# Class Org.BouncyCastle.Cms.RecipientInformation

Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetContent ( ICipherParameters key ) : byte[]
GetContentStream ( ICipherParameters key ) : CmsTypedStream

Private Methods

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

Method Details

GetContent() public method

public GetContent ( ICipherParameters key ) : byte[]
key ICipherParameters
return byte[]

GetContentStream() public abstract method

public abstract GetContentStream ( ICipherParameters key ) : CmsTypedStream
key ICipherParameters
return CmsTypedStream