Class EnvelopedDataParser
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class EnvelopedDataParser
- Inheritance
-
EnvelopedDataParser
- Inherited Members
-
Constructors
EnvelopedDataParser(Asn1SequenceParser)
public EnvelopedDataParser(Asn1SequenceParser seq)
Parameters
seq
Asn1SequenceParser
Properties
Version
public DerInteger Version { get; }
Property Value
- DerInteger
Methods
GetEncryptedContentInfo()
public EncryptedContentInfoParser GetEncryptedContentInfo()
Returns
- EncryptedContentInfoParser
GetOriginatorInfo()
public OriginatorInfo GetOriginatorInfo()
Returns
- OriginatorInfo
GetRecipientInfos()
public Asn1SetParser GetRecipientInfos()
Returns
- Asn1SetParser
GetUnprotectedAttrs()
public Asn1SetParser GetUnprotectedAttrs()
Returns
- Asn1SetParser