| 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 RDNAttributeIdentifier |
RDNAttributeIdentifier.fromName(String name)
Gets the RDNAttributeIdentifier associated with the RDN name.
|
RDNAttributeIdentifier |
IssuerAttributeField.getRDNAttributeFieldId()
Gets the requested RDN attribute id.
|
static RDNAttributeIdentifier |
RDNAttributeIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDNAttributeIdentifier[] |
RDNAttributeIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IssuerAttributeField(boolean required,
RDNAttributeIdentifier rdnAttributeId)
Constructor
|
SubjectAttributeField(boolean required,
RDNAttributeIdentifier rdnAttributeId)
Constructor
|
Copyright © 2010–2020 The Direct Project. All rights reserved.