Table of Contents

Class EncryptionInfo

Namespace
Org.BouncyCastle.Asn1.Tsp
Assembly
BouncyCastle.Cryptography.dll
public class EncryptionInfo : Asn1Encodable, IAsn1Convertible
Inheritance
EncryptionInfo
Implements
Inherited Members

Constructors

EncryptionInfo(DerObjectIdentifier, Asn1Encodable)

public EncryptionInfo(DerObjectIdentifier encryptionInfoType, Asn1Encodable encryptionInfoValue)

Parameters

encryptionInfoType DerObjectIdentifier
encryptionInfoValue Asn1Encodable

Properties

EncryptionInfoType

public virtual DerObjectIdentifier EncryptionInfoType { get; }

Property Value

DerObjectIdentifier

EncryptionInfoValue

public virtual Asn1Encodable EncryptionInfoValue { get; }

Property Value

Asn1Encodable

Methods

GetInstance(Asn1TaggedObject, bool)

public static EncryptionInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

EncryptionInfo

GetInstance(object)

public static EncryptionInfo GetInstance(object obj)

Parameters

obj object

Returns

EncryptionInfo

GetTagged(Asn1TaggedObject, bool)

public static EncryptionInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

EncryptionInfo

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object