Bouncy Castle Cryptography Library 1.71

org.bouncycastle.asn1.esf
Class CommitmentTypeIndication

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Object
        |
        +--org.bouncycastle.asn1.esf.CommitmentTypeIndication
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class CommitmentTypeIndication
extends org.bouncycastle.asn1.ASN1Object


Constructor Summary
CommitmentTypeIndication(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId)
           
CommitmentTypeIndication(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId, org.bouncycastle.asn1.ASN1Sequence commitmentTypeQualifier)
           
 
Method Summary
 org.bouncycastle.asn1.ASN1ObjectIdentifier getCommitmentTypeId()
           
 org.bouncycastle.asn1.ASN1Sequence getCommitmentTypeQualifier()
           
static CommitmentTypeIndication getInstance(java.lang.Object obj)
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
          CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitmentTypeIndication

public CommitmentTypeIndication(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId)

CommitmentTypeIndication

public CommitmentTypeIndication(org.bouncycastle.asn1.ASN1ObjectIdentifier commitmentTypeId,
                                org.bouncycastle.asn1.ASN1Sequence commitmentTypeQualifier)
Method Detail

getInstance

public static CommitmentTypeIndication getInstance(java.lang.Object obj)

getCommitmentTypeId

public org.bouncycastle.asn1.ASN1ObjectIdentifier getCommitmentTypeId()

getCommitmentTypeQualifier

public org.bouncycastle.asn1.ASN1Sequence getCommitmentTypeQualifier()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }
Overrides:
toASN1Primitive in class org.bouncycastle.asn1.ASN1Object

Bouncy Castle Cryptography Library 1.71