| Package | Description |
|---|---|
| org.nhindirect.policy.x509 |
X509 certificate specific structures used for representing values of fields within a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static X509FieldType |
X509FieldType.fromToken(String token)
Gets the field type associated with a specific token string.
|
X509FieldType |
X509Field.getX509FieldType()
Gets The field type of the certificate.
|
X509FieldType |
SignatureAlgorithmField.getX509FieldType()
Gets The field type of the certificate.
|
X509FieldType |
AbstractTBSField.getX509FieldType()
Gets The field type of the certificate.
|
static X509FieldType |
X509FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X509FieldType[] |
X509FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2016 The Direct Project. All Rights Reserved.