Class CmsAuthenticatedDataParser
- Namespace
- Org.BouncyCastle.Cms
- Assembly
- BouncyCastle.Cryptography.dll
public class CmsAuthenticatedDataParser : CmsContentInfoParser, IDisposable
- Inheritance
-
CmsAuthenticatedDataParser
- Implements
-
- Inherited Members
-
Constructors
CmsAuthenticatedDataParser(byte[])
public CmsAuthenticatedDataParser(byte[] envelopedData)
Parameters
envelopedData byte[]
CmsAuthenticatedDataParser(Stream)
public CmsAuthenticatedDataParser(Stream envelopedData)
Parameters
envelopedData Stream
Properties
MacAlgOid
public string MacAlgOid { get; }
Property Value
- string
MacAlgParams
public Asn1Object MacAlgParams { get; }
Property Value
- Asn1Object
MacAlgorithmID
public AlgorithmIdentifier MacAlgorithmID { get; }
Property Value
- AlgorithmIdentifier
Methods
GetAuthAttrs()
public AttributeTable GetAuthAttrs()
Returns
- AttributeTable
GetMac()
Returns
- byte[]
GetRecipientInfos()
public RecipientInformationStore GetRecipientInfos()
Returns
- RecipientInformationStore
GetUnauthAttrs()
public AttributeTable GetUnauthAttrs()
Returns
- AttributeTable