C# Class Org.BouncyCastle.Cms.KeyAgreeRecipientInformation

Inheritance: RecipientInformation
显示文件 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

Method Details

GetContentStream() public method

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

KeyAgreeRecipientInformation() public method

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