public static enum ExtensionX509IdentityProvider.EkuValues extends Enum<ExtensionX509IdentityProvider.EkuValues> implements BmcEnum
Enum Constant and Description |
---|
ClientAuth |
CodeSigning |
EmailProtection |
OcspSigning |
ServerAuth |
TimeStamping |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionX509IdentityProvider.EkuValues |
create(String key) |
String |
getValue() |
static ExtensionX509IdentityProvider.EkuValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionX509IdentityProvider.EkuValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionX509IdentityProvider.EkuValues ServerAuth
public static final ExtensionX509IdentityProvider.EkuValues ClientAuth
public static final ExtensionX509IdentityProvider.EkuValues CodeSigning
public static final ExtensionX509IdentityProvider.EkuValues EmailProtection
public static final ExtensionX509IdentityProvider.EkuValues TimeStamping
public static final ExtensionX509IdentityProvider.EkuValues OcspSigning
public static final ExtensionX509IdentityProvider.EkuValues UnknownEnumValue
public static ExtensionX509IdentityProvider.EkuValues[] values()
for (ExtensionX509IdentityProvider.EkuValues c : ExtensionX509IdentityProvider.EkuValues.values()) System.out.println(c);
public static ExtensionX509IdentityProvider.EkuValues 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 nullpublic static ExtensionX509IdentityProvider.EkuValues create(String key)
Copyright © 2016–2024. All rights reserved.