public static enum DeviceApi.Crypto.BioDataFormat extends Enum<DeviceApi.Crypto.BioDataFormat>
Enum Constant and Description |
---|
Base64EncodedNaturaSignV2Sequence |
Text |
Modifier and Type | Method and Description |
---|---|
static DeviceApi.Crypto.BioDataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceApi.Crypto.BioDataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceApi.Crypto.BioDataFormat Text
public static final DeviceApi.Crypto.BioDataFormat Base64EncodedNaturaSignV2Sequence
public static DeviceApi.Crypto.BioDataFormat[] values()
for (DeviceApi.Crypto.BioDataFormat c : DeviceApi.Crypto.BioDataFormat.values()) System.out.println(c);
public static DeviceApi.Crypto.BioDataFormat 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 © 2024. All rights reserved.