Class CmsEnvelopedDataParser
- Namespace
- Org.BouncyCastle.Cms
- Assembly
- BouncyCastle.Cryptography.dll
public class CmsEnvelopedDataParser : CmsContentInfoParser, IDisposable
- Inheritance
-
CmsEnvelopedDataParser
- Implements
-
- 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