public class SignatureAlgorithmField extends AbstractX509Field<String>
The policy value of this field is returned as a string containing the OID that identifies the signature algorithm.
| Constructor and Description |
|---|
SignatureAlgorithmField()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
X509FieldType |
getX509FieldType()
Gets The field type of the certificate.
|
void |
injectReferenceValue(X509Certificate value)
Injects the referenced value into the expressions.
|
getExpressionType, getPolicyExpressionReferenceType, getPolicyValue, isRequired, setRequired, toStringpublic void injectReferenceValue(X509Certificate value) throws PolicyProcessException
LiteralPolicyExpression.getPolicyValue() method.value - The reference value.PolicyProcessException - Thrown if the reference value cannot be successfully processed or the relevant accessible attribute cannot be
retrieved from the value. For example, the X509 reference expressions may require an X509 attribute to be present in a certificate. If the required
certificate attribute is not present, the this exception would be thrown.public X509FieldType getX509FieldType()
Copyright © 2010-2016 The Direct Project. All Rights Reserved.