Table of Contents

Class CommitmentTypeIndication

Namespace
Enterprises.Org.BouncyCastle.Asn1.Esf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class CommitmentTypeIndication : Asn1Encodable, IAsn1Convertible
Inheritance
CommitmentTypeIndication
Implements
Inherited Members

Constructors

CommitmentTypeIndication(Asn1Sequence)

public CommitmentTypeIndication(Asn1Sequence seq)

Parameters

seq Asn1Sequence

CommitmentTypeIndication(DerObjectIdentifier)

public CommitmentTypeIndication(DerObjectIdentifier commitmentTypeId)

Parameters

commitmentTypeId DerObjectIdentifier

CommitmentTypeIndication(DerObjectIdentifier, Asn1Sequence)

public CommitmentTypeIndication(DerObjectIdentifier commitmentTypeId, Asn1Sequence commitmentTypeQualifier)

Parameters

commitmentTypeId DerObjectIdentifier
commitmentTypeQualifier Asn1Sequence

Properties

CommitmentTypeID

public DerObjectIdentifier CommitmentTypeID { get; }

Property Value

DerObjectIdentifier

CommitmentTypeQualifier

public Asn1Sequence CommitmentTypeQualifier { get; }

Property Value

Asn1Sequence

Methods

GetInstance(object)

public static CommitmentTypeIndication GetInstance(object obj)

Parameters

obj object

Returns

CommitmentTypeIndication

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object