Package org.bouncycastle.asn1.esf
Class CommitmentTypeIndication
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.CommitmentTypeIndication
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class CommitmentTypeIndication
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
ConstructorsConstructorDescriptionCommitmentTypeIndication
(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId) CommitmentTypeIndication
(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId, org.bouncycastle.asn1.ASN1Sequence commitmentTypeQualifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1ObjectIdentifier
org.bouncycastle.asn1.ASN1Sequence
static CommitmentTypeIndication
getInstance
(Object obj) org.bouncycastle.asn1.ASN1Primitive
CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
CommitmentTypeIndication
public CommitmentTypeIndication(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId) -
CommitmentTypeIndication
public CommitmentTypeIndication(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId, org.bouncycastle.asn1.ASN1Sequence commitmentTypeQualifier)
-
-
Method Details
-
getInstance
-
getCommitmentTypeId
public org.bouncycastle.asn1.ASN1ObjectIdentifier getCommitmentTypeId() -
getCommitmentTypeQualifier
public org.bouncycastle.asn1.ASN1Sequence getCommitmentTypeQualifier() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-