public enum ReturnCode extends java.lang.Enum<ReturnCode>
| Modifier and Type | Method and Description |
|---|---|
static ReturnCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReturnCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReturnCode OK
public static final ReturnCode NOK
public static final ReturnCode UsbNotSupported
public static final ReturnCode BlueToothNotEnabled
public static final ReturnCode BlueToothNotSupported
public static final ReturnCode OEMNotSupported
public static final ReturnCode BlueToothNotPresent
public static final ReturnCode InvalidBtDevice
public static final ReturnCode BtSocketError
public static final ReturnCode ReaderNotPresent
public static final ReturnCode CardNotPresent
public static final ReturnCode CardNotSupported
public static final ReturnCode CardReadError
public static final ReturnCode ReaderNotSupported
public static final ReturnCode FunctionNotSupported
public static final ReturnCode CardError
public static final ReturnCode ManufacturerNameNotSupported
public static final ReturnCode ReaderModelNotSupported
public static final ReturnCode ReaderNameNotSupported
public static final ReturnCode NoReader
public static final ReturnCode ReadError
public static final ReturnCode ParseError
public static final ReturnCode ConvertError
public static final ReturnCode WrongPinType
public static final ReturnCode PinTooShort
public static final ReturnCode PinTooLong
public static final ReturnCode PinBlocked
public static final ReturnCode PinCancelled
public static final ReturnCode PinIncorrect
public static final ReturnCode PinAttemptsLef1
public static final ReturnCode PinAttemptsLef2
public static final ReturnCode PinAttemptsLef3
public static final ReturnCode DigestAlgoUnsupported
public static final ReturnCode SignAlgoUnsupported
public static final ReturnCode CertificateNotFound
public static final ReturnCode DigestLength
public static final ReturnCode Unsupported
public static final ReturnCode PinTimeOut
public static final ReturnCode PinLength
public static final ReturnCode TransmitError
public static ReturnCode[] values()
for (ReturnCode c : ReturnCode.values()) System.out.println(c);
public static ReturnCode 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 null