Class EncryptedContentInfoParser
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class EncryptedContentInfoParser
- Inheritance
-
EncryptedContentInfoParser
- Inherited Members
-
Constructors
EncryptedContentInfoParser(Asn1SequenceParser)
public EncryptedContentInfoParser(Asn1SequenceParser seq)
Parameters
seq
Asn1SequenceParser
Properties
ContentEncryptionAlgorithm
public AlgorithmIdentifier ContentEncryptionAlgorithm { get; }
Property Value
- AlgorithmIdentifier
ContentType
public DerObjectIdentifier ContentType { get; }
Property Value
- DerObjectIdentifier
Methods
GetEncryptedContent(int)
public IAsn1Convertible GetEncryptedContent(int tag)
Parameters
tag
int
Returns
- IAsn1Convertible