org.bouncycastle.asn1.esf
public class CommitmentTypeIndication extends ASN1Encodable
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 } |
CommitmentTypeIndication ::= SEQUENCE { commitmentTypeId CommitmentTypeIdentifier, commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF CommitmentTypeQualifier OPTIONAL }