Class BaseRequest

  • Direct Known Subclasses:
    CardInfo

    public class BaseRequest
    extends Object
    BaseRequest is base class contains common fields in the TSH server request like TSHProxy.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 Detail

      • BaseRequest

        public BaseRequest()
    • Method Detail

      • getScheme

        public String getScheme()
      • setScheme

        public void setScheme​(String scheme)
      • getEncryptedPayload

        public String getEncryptedPayload()
      • setEncryptedPayload

        public void setEncryptedPayload​(String encryptedPayload)