public class AttributeTrustCondition extends ASN1Object
AttributeTrustCondition ::= SEQUENCE {*
attributeMandated BOOLEAN, -- Attribute shall be present
HowCertAttribute
CertificateTrustTrees OPTIONAL
CertRevReq OPTIONAL
AttributeConstraints OPTIONAL
}
| Constructor and Description |
|---|
AttributeTrustCondition() |
| Modifier and Type | Method and Description |
|---|---|
CertificateTrustTrees |
getAttrCertificateTrustTrees() |
AttributeConstraints |
getAttributeConstraints() |
Boolean |
getAttributeMandated() |
CertRevReq |
getAttrRevReq() |
HowCertAttribute |
getHowCertAttribute() |
void |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
void |
setAttrCertificateTrustTrees(CertificateTrustTrees attrCertificateTrustTrees) |
void |
setAttributeConstraints(AttributeConstraints attributeConstraints) |
void |
setAttributeMandated(Boolean attributeMandated) |
void |
setAttrRevReq(CertRevReq attrRevReq) |
void |
setHowCertAttribute(HowCertAttribute howCertAttribute) |
getDEREnumerated, getDERSequencepublic Boolean getAttributeMandated()
public void setAttributeMandated(Boolean attributeMandated)
public HowCertAttribute getHowCertAttribute()
public void setHowCertAttribute(HowCertAttribute howCertAttribute)
public CertificateTrustTrees getAttrCertificateTrustTrees()
public void setAttrCertificateTrustTrees(CertificateTrustTrees attrCertificateTrustTrees)
public CertRevReq getAttrRevReq()
public void setAttrRevReq(CertRevReq attrRevReq)
public AttributeConstraints getAttributeConstraints()
public void setAttributeConstraints(AttributeConstraints attributeConstraints)
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.