Table of Contents

Class RecipientInformation

Namespace
Enterprises.Org.BouncyCastle.Cms
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class RecipientInformation
Inheritance
RecipientInformation
Derived
Inherited Members

Properties

KeyEncryptionAlgOid

public string KeyEncryptionAlgOid { get; }

Property Value

string

KeyEncryptionAlgParams

public Asn1Object KeyEncryptionAlgParams { get; }

Property Value

Asn1Object

KeyEncryptionAlgorithmID

public AlgorithmIdentifier KeyEncryptionAlgorithmID { get; }

Property Value

AlgorithmIdentifier

RecipientID

public RecipientID RecipientID { get; }

Property Value

RecipientID

Methods

GetContent(ICipherParameters)

public byte[] GetContent(ICipherParameters key)

Parameters

key ICipherParameters

Returns

byte[]

GetContentStream(ICipherParameters)

public abstract CmsTypedStream GetContentStream(ICipherParameters key)

Parameters

key ICipherParameters

Returns

CmsTypedStream

GetMac()

public byte[] GetMac()

Returns

byte[]