Class TMGClient


  • public class TMGClient
    extends Object
    TMGClient is used to create VisaCTFHelper objects which are used to bind and authenticate the vProvisionedTokenId to the device.
    Since:
    1.0
    Version:
    1.0
    • Constructor Detail

      • TMGClient

        public TMGClient()
    • Method Detail

      • createVisaCTFHelper

        public VisaCTFHelper createVisaCTFHelper​(TMGClientConfiguration tmgClientConfiguration)
                                          throws TMGClientException
        Creates Visa Token Binding Client with the given configuration.
        Parameters:
        tmgClientConfiguration - A configuration object with mandatory parameters.
        Returns:
        null, if tmgClientConfiguration object is null.
        Throws:
        TMGClientException - When the device environment is unsafe.
      • getVersion

        public String getVersion()
        To get the version of TMGSDK .
        Returns:
        The version of TMGSDK of type string.
      • reset

        public void reset()
        To reset the VisaCTFHelper instance.