Package com.thalesgroup.tpcsdk.model
Class BaseRequest
- java.lang.Object
-
- com.thalesgroup.tpcsdk.model.BaseRequest
-
- Direct Known Subclasses:
CardInfo
public class BaseRequest extends Object
BaseRequest is base class contains common fields in the TSH server request likeTSHProxy.getTokenList(CardInfo, TPCSDKListener)scheme- Mandatory param. Primary card scheme required.encryptedPayload- Mandatory param. This parameter is the hexadecimal string representation of an encrypted payload under TSH public key / PKCS7.- Since:
- 1.0
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description BaseRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncryptedPayload()StringgetScheme()voidsetEncryptedPayload(String encryptedPayload)voidsetScheme(String scheme)
-