| 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 ExtensionIdentifier |
ExtensionIdentifier.fromToken(String token)
Gets the extension associated with a specific token string.
|
ExtensionIdentifier |
SubjectKeyIdentifierExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
SubjectAltNameExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
KeyUsageExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
ExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
ExtendedKeyUsageExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
CRLDistributionPointNameExtentionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
CertificatePolicyIndentifierExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
CertificatePolicyCpsUriExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
BasicContraintsExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
AuthorityKeyIdentifierKeyIdExtensionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
AuthorityInfoAccessOCSPLocExtentionField.getExtentionIdentifier()
Gets the object identifier for the extension field.
|
ExtensionIdentifier |
AuthorityInfoAccessExtentionField.getExtentionIdentifier()
Constructor
|
static ExtensionIdentifier |
ExtensionIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionIdentifier[] |
ExtensionIdentifier.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.