public static enum RFC4122.Namespaces extends Enum<RFC4122.Namespaces>
| Enum Constant and Description |
|---|
DNS
Fully-qualified DNS name.
|
ISO_OID
ISO object identifier.
|
URL
URL.
|
X500_DN
X.500 distinguished name.
|
| Modifier and Type | Method and Description |
|---|---|
static RFC4122.Namespaces |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RFC4122.Namespaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFC4122.Namespaces DNS
public static final RFC4122.Namespaces URL
public static final RFC4122.Namespaces ISO_OID
public static final RFC4122.Namespaces X500_DN
public static RFC4122.Namespaces[] values()
for (RFC4122.Namespaces c : RFC4122.Namespaces.values()) System.out.println(c);
public static RFC4122.Namespaces valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.