public static enum AllowedSignatureType.Type extends Enum<AllowedSignatureType.Type>
| Enum Constant and Description |
|---|
ASYMMETRIC_ECDSA |
MULTIFACTOR_1FA |
MULTIFACTOR_2FA |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AllowedSignatureType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedSignatureType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowedSignatureType.Type MULTIFACTOR_1FA
public static final AllowedSignatureType.Type MULTIFACTOR_2FA
public static final AllowedSignatureType.Type ASYMMETRIC_ECDSA
public static AllowedSignatureType.Type[] values()
for (AllowedSignatureType.Type c : AllowedSignatureType.Type.values()) System.out.println(c);
public static AllowedSignatureType.Type 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<AllowedSignatureType.Type>Copyright © 2016–2018 Lime - HighTech Solutions Inc.. All rights reserved.