-
Enum ClassDescriptionThis list of protocol names is arbitrary and is not used by Keyple services. The protocol identifiers can be freely defined by the business application during polling configuration and card selection.This list of protocol names is arbitrary and is not used by Keyple services. The protocol identifiers can be freely defined by the business application during polling configuration and card selection.
-
MethodDescriptionUse
ByteArrayUtil.extractInt(byte[], int, int, boolean)
method instead with "nbBytes = 2" and "isSigned = true|false".UseHexUtil.toByteArray(String)
method instead.UseHexUtil.isValid(String)
method instead.To be removed.UseByteArrayUtil.extractInt(byte[], int, int, boolean)
method instead with "nbBytes = 3" and "isSigned = true".UseByteArrayUtil.extractInt(byte[], int, int, boolean)
method instead with "nbBytes = 3" and "isSigned = false".UseHexUtil.toHex(byte[])
method instead.UseByteArrayUtil.extractInt(byte[], int, int, boolean)
method instead with "nbBytes = 2" and "isSigned = true".UseByteArrayUtil.extractInt(byte[], int, int, boolean)
method instead with "nbBytes = 2" and "isSigned = false".