org.bouncycastle.asn1.esf

Class CommitmentTypeIndication

Implemented Interfaces:
DEREncodable

public class CommitmentTypeIndication
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

CommitmentTypeIndication(ASN1Sequence seq)
CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId)
CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId, ASN1Sequence commitmentTypeQualifier)

Method Summary

DERObjectIdentifier
getCommitmentTypeId()
ASN1Sequence
getCommitmentTypeQualifier()
static CommitmentTypeIndication
getInstance(Object obj)
DERObject
toASN1Object()
 CommitmentTypeIndication ::= SEQUENCE {
      commitmentTypeId   CommitmentTypeIdentifier,
      commitmentTypeQualifier   SEQUENCE SIZE (1..MAX) OF
              CommitmentTypeQualifier OPTIONAL }
 

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Constructor Details

CommitmentTypeIndication

public CommitmentTypeIndication(ASN1Sequence seq)

CommitmentTypeIndication

public CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId)

CommitmentTypeIndication

public CommitmentTypeIndication(DERObjectIdentifier commitmentTypeId,
                                ASN1Sequence commitmentTypeQualifier)

Method Details

getCommitmentTypeId

public DERObjectIdentifier getCommitmentTypeId()

getCommitmentTypeQualifier

public ASN1Sequence getCommitmentTypeQualifier()

getInstance

public static CommitmentTypeIndication getInstance(Object obj)

toASN1Object

public DERObject toASN1Object()
 CommitmentTypeIndication ::= SEQUENCE {
      commitmentTypeId   CommitmentTypeIdentifier,
      commitmentTypeQualifier   SEQUENCE SIZE (1..MAX) OF
              CommitmentTypeQualifier OPTIONAL }
 
Overrides:
toASN1Object in interface ASN1Encodable