public static enum GoogleMfaProviderConfig.Algorithm extends java.lang.Enum<GoogleMfaProviderConfig.Algorithm>
| Modifier and Type | Method and Description |
|---|---|
static GoogleMfaProviderConfig.Algorithm |
forValue(java.lang.String value) |
static java.util.Set<java.lang.String> |
getStringaValues() |
static GoogleMfaProviderConfig.Algorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMfaProviderConfig.Algorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleMfaProviderConfig.Algorithm SHA256
public static final GoogleMfaProviderConfig.Algorithm SHA512
public static GoogleMfaProviderConfig.Algorithm[] values()
for (GoogleMfaProviderConfig.Algorithm c : GoogleMfaProviderConfig.Algorithm.values()) System.out.println(c);
public static GoogleMfaProviderConfig.Algorithm 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 nullpublic static GoogleMfaProviderConfig.Algorithm forValue(java.lang.String value)
public static java.util.Set<java.lang.String> getStringaValues()