Package org.bouncycastle.asn1.esf
Class CommitmentTypeIndication
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.CommitmentTypeIndication
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionCommitmentTypeIndication
(ASN1ObjectIdentifier commitmentTypeId) CommitmentTypeIndication
(ASN1ObjectIdentifier commitmentTypeId, ASN1Sequence commitmentTypeQualifier) -
Method Summary
Modifier and TypeMethodDescriptionstatic CommitmentTypeIndication
getInstance
(Object obj) CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
CommitmentTypeIndication
-
CommitmentTypeIndication
public CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId, ASN1Sequence commitmentTypeQualifier)
-
-
Method Details
-
getInstance
-
getCommitmentTypeId
-
getCommitmentTypeQualifier
-
toASN1Primitive
CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-