P - The object type of the evaluated field of the X509Certiciate.public interface X509Field<P> extends ReferencePolicyExpression<X509Certificate,P>
An attribute may be flagged as required meaning that the field or extension must be present in the certificate to comply with the policy.
| Modifier and Type | Method and Description |
|---|---|
X509FieldType |
getX509FieldType()
Gets The field type of the certificate.
|
boolean |
isRequired()
Indicates if the field or extension must exist in the certificate to be compliant with the policy.
|
void |
setRequired(boolean required)
Sets the required indicator.
|
getPolicyExpressionReferenceType, injectReferenceValuegetPolicyValuegetExpressionTypeX509FieldType getX509FieldType()
boolean isRequired()
void setRequired(boolean required)
required - The required indicate. Set to true if the field or extension is required. false otherwiseCopyright © 2010-2016 The Direct Project. All Rights Reserved.