public class CommitmentTypeIndication extends ASN1Object
| Constructor and Description |
|---|
CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId) |
CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId,
ASN1Sequence commitmentTypeQualifier) |
| Modifier and Type | Method and Description |
|---|---|
ASN1ObjectIdentifier |
getCommitmentTypeId() |
ASN1Sequence |
getCommitmentTypeQualifier() |
static CommitmentTypeIndication |
getInstance(java.lang.Object obj) |
ASN1Primitive |
toASN1Primitive()
CommitmentTypeIndication ::= SEQUENCE {
commitmentTypeId CommitmentTypeIdentifier,
commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF
CommitmentTypeQualifier OPTIONAL }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId)
public CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId, ASN1Sequence commitmentTypeQualifier)
public static CommitmentTypeIndication getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier getCommitmentTypeId()
public ASN1Sequence getCommitmentTypeQualifier()
public ASN1Primitive toASN1Primitive()
CommitmentTypeIndication ::= SEQUENCE {
commitmentTypeId CommitmentTypeIdentifier,
commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF
CommitmentTypeQualifier OPTIONAL }
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object