@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum KeyUsageName extends Enum<KeyUsageName>
Enum Constant and Description |
---|
ANY |
CERTIFICATE_SIGNING |
CRL_SIGNING |
CUSTOM |
DATA_ENCIPHERMENT |
DECIPHER_ONLY |
DIGITAL_SIGNATURE |
ENCIPHER_ONLY |
KEY_AGREEMENT |
KEY_ENCIPHERMENT |
NON_REPUDIATION |
Modifier and Type | Method and Description |
---|---|
static KeyUsageName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static KeyUsageName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsageName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyUsageName DIGITAL_SIGNATURE
public static final KeyUsageName NON_REPUDIATION
public static final KeyUsageName KEY_ENCIPHERMENT
public static final KeyUsageName DATA_ENCIPHERMENT
public static final KeyUsageName KEY_AGREEMENT
public static final KeyUsageName CERTIFICATE_SIGNING
public static final KeyUsageName CRL_SIGNING
public static final KeyUsageName ENCIPHER_ONLY
public static final KeyUsageName DECIPHER_ONLY
public static final KeyUsageName ANY
public static final KeyUsageName CUSTOM
public static KeyUsageName[] values()
for (KeyUsageName c : KeyUsageName.values()) System.out.println(c);
public static KeyUsageName 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 String toString()
toString
in class Enum<KeyUsageName>
public static KeyUsageName fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.