C# Class Org.BouncyCastle.Cms.KeyTransRecipientInformation

Inheritance: RecipientInformation
Show file Open project: nonorganic/dssnet

Public Methods

Method Description
GetContentStream ( ICipherParameters key ) : CmsTypedStream

Private Methods

Method Description
GetExchangeEncryptionAlgorithmName ( DerObjectIdentifier oid ) : string
KeyTransRecipientInformation ( KeyTransRecipientInfo info, CmsSecureReadable secureReadable ) : System
UnwrapKey ( ICipherParameters key ) : KeyParameter

Method Details

GetContentStream() public method

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