| 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 TBSFieldName |
TBSFieldName.fromToken(String token)
Gets the field name associated with a specific token string.
|
TBSFieldName |
SubjectAttributeField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
TBSFieldName |
IssuerAttributeField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
TBSFieldName |
AbstractExtensionField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
TBSFieldName |
SubjectPublicKeySizeField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
TBSFieldName |
SubjectPublicKeyAlgorithmField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
TBSFieldName |
SerialNumberAttributeField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
TBSFieldName |
TBSField.getFieldName()
Gets the TBS field name of the attribute extracted from the certificate.
|
static TBSFieldName |
TBSFieldName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TBSFieldName[] |
TBSFieldName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2020 The Direct Project. All rights reserved.