Class CommitmentTypeIndication
- Namespace
- Org.BouncyCastle.Asn1.Esf
- Assembly
- BouncyCastle.Cryptography.dll
public class CommitmentTypeIndication : Asn1Encodable, IAsn1Convertible
- Inheritance
-
CommitmentTypeIndication
- Implements
-
- Inherited Members
-
Constructors
CommitmentTypeIndication(Asn1Sequence)
[Obsolete("Use 'GetInstance' instead")]
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(Asn1TaggedObject, bool)
public static CommitmentTypeIndication GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- CommitmentTypeIndication
GetInstance(object)
public static CommitmentTypeIndication GetInstance(object obj)
Parameters
obj object
Returns
- CommitmentTypeIndication
GetTagged(Asn1TaggedObject, bool)
public static CommitmentTypeIndication GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- CommitmentTypeIndication
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object