public class CommitmentTypeIndication extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private ASN1ObjectIdentifier |
commitmentTypeId |
private ASN1Sequence |
commitmentTypeQualifier |
| Modifier | Constructor and Description |
|---|---|
|
CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId) |
|
CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId,
ASN1Sequence commitmentTypeQualifier) |
private |
CommitmentTypeIndication(ASN1Sequence seq) |
| 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, toASN1Objectprivate ASN1ObjectIdentifier commitmentTypeId
private ASN1Sequence commitmentTypeQualifier
private CommitmentTypeIndication(ASN1Sequence seq)
public 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