public static enum Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum extends Enum<Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum HMACSHA1
public static final Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum HMACSHA2
public static Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum[] values()
for (Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum c : Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum.values()) System.out.println(c);
public static Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum 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 getValue()
public String toString()
toString in class Enum<Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum>public static Kmsv2keyssymverifiKeyInformation.DigestAlgorithmEnum fromValue(String text)
Copyright © 2022. All rights reserved.