public class CommitmentType extends ASN1Object
CommitmentType ::= SEQUENCE {
identifier CommitmentTypeIdentifier,
fieldOfApplication [0] FieldOfApplication OPTIONAL,
semantics [1] DirectoryString OPTIONAL }
The fieldOfApplication and semantics fields define the specific use and meaning of the commitment within the overall field of application defined for the policy.
ASN1Object,
ASN1Primitive,
ASN1Sequence,
DERTaggedObject| Constructor and Description |
|---|
CommitmentType() |
| Modifier and Type | Method and Description |
|---|---|
FieldOfApplication |
getFieldOfApplication() |
CommitmentTypeIdentifier |
getIdentifier() |
String |
getSemantics() |
void |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
void |
setFieldOfApplication(FieldOfApplication fieldOfApplication) |
void |
setIdentifier(CommitmentTypeIdentifier identifier) |
void |
setSemantics(String semantics) |
getDEREnumerated, getDERSequencepublic CommitmentTypeIdentifier getIdentifier()
public void setIdentifier(CommitmentTypeIdentifier identifier)
public FieldOfApplication getFieldOfApplication()
public void setFieldOfApplication(FieldOfApplication fieldOfApplication)
public String getSemantics()
public void setSemantics(String semantics)
public void parse(org.bouncycastle.asn1.ASN1Primitive derObject)
parse in class ASN1ObjectderObject - ASN1 Primitive to parseCopyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.