C# Class Org.BouncyCastle.Cms.KekRecipientInformation

Inheritance: RecipientInformation
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
GetContentStream ( ICipherParameters key ) : CmsTypedStream
KekRecipientInformation ( KekRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System

Method Details

GetContentStream() public method

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

KekRecipientInformation() public method

public KekRecipientInformation ( KekRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System
info Org.BouncyCastle.Asn1.Cms.KekRecipientInfo
encAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
data Stream
return System