Uses of Class
com.BTPaySDK.BTPay_SDK.CAPTURE_ENCRYPT_TYPE

Uses of BTPay_SDK.CAPTURE_ENCRYPT_TYPE in com.BTPaySDK
 

Fields in com.BTPaySDK declared as BTPay_SDK.CAPTURE_ENCRYPT_TYPE
 BTPay_SDK.CAPTURE_ENCRYPT_TYPE IDTMSRData.captureEncryptType
          Get the swiped card encrypted type,please see CAPTURE_ENCRYPT_TYPE for more information.
CAPTURE_ENCRYPT_TYPE_TDES:TDES;
CAPTURE_ENCRYPT_TYPE_AES:AES;
CAPTURE_ENCRYPT_TYPE_NONE:None;
 

Methods in com.BTPaySDK that return BTPay_SDK.CAPTURE_ENCRYPT_TYPE
static BTPay_SDK.CAPTURE_ENCRYPT_TYPE BTPay_SDK.CAPTURE_ENCRYPT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BTPay_SDK.CAPTURE_ENCRYPT_TYPE[] BTPay_SDK.CAPTURE_ENCRYPT_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.