public class CommitmentTypeIndication extends ASN1Encodable
BER, DER
Constructor and Description |
---|
CommitmentTypeIndication(ASN1Sequence seq) |
CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId) |
CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId,
ASN1Sequence commitmentTypeQualifier) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
getCommitmentTypeId() |
ASN1Sequence |
getCommitmentTypeQualifier() |
static CommitmentTypeIndication |
getInstance(Object obj) |
DERObject |
toASN1Object()
CommitmentTypeIndication ::= SEQUENCE {
commitmentTypeId CommitmentTypeIdentifier,
commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF
CommitmentTypeQualifier OPTIONAL }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public CommitmentTypeIndication(ASN1Sequence seq)
public CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId)
public CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId, ASN1Sequence commitmentTypeQualifier)
public static CommitmentTypeIndication getInstance(Object obj)
public DERObjectIdentifier getCommitmentTypeId()
public ASN1Sequence getCommitmentTypeQualifier()
public DERObject toASN1Object()
CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.