public static enum KeyManagerPolicy.ExtendedKeyUsage extends java.lang.Enum<KeyManagerPolicy.ExtendedKeyUsage>
Enum Constant and Description |
---|
clientAuth |
emailProtection |
smartcardlogon |
Modifier and Type | Method and Description |
---|---|
static KeyManagerPolicy.ExtendedKeyUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyManagerPolicy.ExtendedKeyUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyManagerPolicy.ExtendedKeyUsage clientAuth
public static final KeyManagerPolicy.ExtendedKeyUsage emailProtection
public static final KeyManagerPolicy.ExtendedKeyUsage smartcardlogon
public static KeyManagerPolicy.ExtendedKeyUsage[] values()
for (KeyManagerPolicy.ExtendedKeyUsage c : KeyManagerPolicy.ExtendedKeyUsage.values()) System.out.println(c);
public static KeyManagerPolicy.ExtendedKeyUsage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null