Table of Contents

Class AuthEnvelopedDataParser

Namespace
Enterprises.Org.BouncyCastle.Asn1.Cms
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AuthEnvelopedDataParser
Inheritance
AuthEnvelopedDataParser
Inherited Members

Constructors

AuthEnvelopedDataParser(Asn1SequenceParser)

public AuthEnvelopedDataParser(Asn1SequenceParser seq)

Parameters

seq Asn1SequenceParser

Properties

Version

public DerInteger Version { get; }

Property Value

DerInteger

Methods

GetAuthAttrs()

public Asn1SetParser GetAuthAttrs()

Returns

Asn1SetParser

GetAuthEncryptedContentInfo()

public EncryptedContentInfoParser GetAuthEncryptedContentInfo()

Returns

EncryptedContentInfoParser

GetMac()

public Asn1OctetString GetMac()

Returns

Asn1OctetString

GetOriginatorInfo()

public OriginatorInfo GetOriginatorInfo()

Returns

OriginatorInfo

GetRecipientInfos()

public Asn1SetParser GetRecipientInfos()

Returns

Asn1SetParser

GetUnauthAttrs()

public Asn1SetParser GetUnauthAttrs()

Returns

Asn1SetParser