public static enum OTPCredentialModel.SecretEncoding extends Enum<OTPCredentialModel.SecretEncoding>
Enum Constant and Description |
---|
BASE32 |
Modifier and Type | Method and Description |
---|---|
static OTPCredentialModel.SecretEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTPCredentialModel.SecretEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTPCredentialModel.SecretEncoding BASE32
public static OTPCredentialModel.SecretEncoding[] values()
for (OTPCredentialModel.SecretEncoding c : OTPCredentialModel.SecretEncoding.values()) System.out.println(c);
public static OTPCredentialModel.SecretEncoding 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 nullCopyright © 2025 JBoss by Red Hat. All rights reserved.