Table of Contents

Class CmsEnvelopedDataParser

Namespace
Enterprises.Org.BouncyCastle.Cms
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class CmsEnvelopedDataParser : CmsContentInfoParser
Inheritance
CmsEnvelopedDataParser
Inherited Members

Constructors

CmsEnvelopedDataParser(byte[])

public CmsEnvelopedDataParser(byte[] envelopedData)

Parameters

envelopedData byte[]

CmsEnvelopedDataParser(Stream)

public CmsEnvelopedDataParser(Stream envelopedData)

Parameters

envelopedData Stream

Properties

EncryptionAlgOid

public string EncryptionAlgOid { get; }

Property Value

string

EncryptionAlgParams

public Asn1Object EncryptionAlgParams { get; }

Property Value

Asn1Object

EncryptionAlgorithmID

public AlgorithmIdentifier EncryptionAlgorithmID { get; }

Property Value

AlgorithmIdentifier

Methods

GetRecipientInfos()

public RecipientInformationStore GetRecipientInfos()

Returns

RecipientInformationStore

GetUnprotectedAttributes()

public AttributeTable GetUnprotectedAttributes()

Returns

AttributeTable