C# Class Org.BouncyCastle.Cms.PasswordRecipientInformation

Inheritance: RecipientInformation
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Public Methods

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

Method Details

GetContentStream() public method

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

PasswordRecipientInformation() public method

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