- ALG_3DES - Static variable in interface com.cloudpos.AlgorithmConstants
-
Triple DES Encryption (DES-EDE).
- ALG_DES - Static variable in interface com.cloudpos.AlgorithmConstants
-
The Digital Encryption Standard as described in FIPS PUB 46-2.
- ALG_MAC_METHOD_ECB - Static variable in interface com.cloudpos.AlgorithmConstants
-
Electronic Codebook Mode, as defined in: The National Institute of Standards and Technology
(NIST) Federal Information Processing Standard (FIPS) PUB 81,
"DES Modes of Operation," U.S.
- ALG_MAC_METHOD_ECB_FIRST - Static variable in interface com.cloudpos.AlgorithmConstants
-
MAC algorithm New land ECB
- ALG_MAC_METHOD_SE919 - Static variable in interface com.cloudpos.AlgorithmConstants
-
MAC algorithm SE919
- ALG_MAC_METHOD_X99 - Static variable in interface com.cloudpos.AlgorithmConstants
-
MAC X9.9
- ALG_RSA - Static variable in interface com.cloudpos.AlgorithmConstants
-
RSA
- ALG_SM2 - Static variable in interface com.cloudpos.AlgorithmConstants
-
GM(Used in China) asymmetric encryption algorithm
- ALG_SM3 - Static variable in interface com.cloudpos.AlgorithmConstants
-
GM(Used in China) Hash algorithm
- ALG_SM4 - Static variable in interface com.cloudpos.AlgorithmConstants
-
GM(Used in China) symmetric encryption algorithm
- ALGO_CHECK_VALUE_DEFAULT - Static variable in interface com.cloudpos.AlgorithmConstants
-
ALGO_CHECK_VALUE 类型
- ALGO_CHECK_VALUE_SE919 - Static variable in interface com.cloudpos.AlgorithmConstants
-
ALGO_CHECK_VALUE 类型
- algorithm - Variable in class com.cloudpos.pinpad.KeyInfo
-
- AlgorithmConstants - Interface in com.cloudpos
-
This interface contains a number of useful constants for use with methods that accept a algorithm as a parameter.
- ARGUMENT_EXCEPTION - Static variable in exception com.cloudpos.DeviceException
-
Parameter error.
- ATR - Class in com.cloudpos.card
-
ATR object,include some information, for example communication parameters,
to help IFD to correctly identify the type of IC card and carries on the corresponding operation.
- ATR(byte[], byte[]) - Constructor for class com.cloudpos.card.ATR
-