@Generated(value="software.amazon.awssdk:codegen") public enum SigningAlgorithm extends Enum<SigningAlgorithm>
Enum Constant and Description |
---|
SHA256_WITHECDSA |
SHA256_WITHRSA |
SHA384_WITHECDSA |
SHA384_WITHRSA |
SHA512_WITHECDSA |
SHA512_WITHRSA |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static SigningAlgorithm |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SigningAlgorithm> |
knownValues()
|
String |
toString() |
static SigningAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SigningAlgorithm SHA256_WITHECDSA
public static final SigningAlgorithm SHA384_WITHECDSA
public static final SigningAlgorithm SHA512_WITHECDSA
public static final SigningAlgorithm SHA256_WITHRSA
public static final SigningAlgorithm SHA384_WITHRSA
public static final SigningAlgorithm SHA512_WITHRSA
public static final SigningAlgorithm UNKNOWN_TO_SDK_VERSION
public static SigningAlgorithm[] values()
for (SigningAlgorithm c : SigningAlgorithm.values()) System.out.println(c);
public static SigningAlgorithm 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<SigningAlgorithm>
public static SigningAlgorithm fromValue(String value)
value
- real valuepublic static Set<SigningAlgorithm> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known SigningAlgorithm
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.