org.bouncycastle.asn1.esf
Class CommitmentTypeIndication
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.CommitmentTypeIndication
- All Implemented Interfaces:
- ASN1Encodable
public class CommitmentTypeIndication
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CommitmentTypeIndication
public CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId)
CommitmentTypeIndication
public CommitmentTypeIndication(ASN1ObjectIdentifier commitmentTypeId,
ASN1Sequence commitmentTypeQualifier)
getInstance
public static CommitmentTypeIndication getInstance(java.lang.Object obj)
getCommitmentTypeId
public ASN1ObjectIdentifier getCommitmentTypeId()
getCommitmentTypeQualifier
public ASN1Sequence getCommitmentTypeQualifier()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
CommitmentTypeIndication ::= SEQUENCE {
commitmentTypeId CommitmentTypeIdentifier,
commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF
CommitmentTypeQualifier OPTIONAL }
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object