Package com.thalesgroup.tmgsdk
Class TMGClient
- java.lang.Object
-
- com.thalesgroup.tmgsdk.TMGClient
-
public class TMGClient extends Object
TMGClientis used to createVisaCTFHelperobjects which are used to bind and authenticate thevProvisionedTokenIdto the device.- Since:
- 1.0
- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description TMGClient()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VisaCTFHelpercreateVisaCTFHelper(TMGClientConfiguration tmgClientConfiguration)Creates Visa Token Binding Client with the given configuration.static TMGClientgetInstance()To create an instance ofTMGClient.StringgetVersion()To get the version ofTMGSDK.voidreset()To reset theVisaCTFHelperinstance.
-
-
-
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, iftmgClientConfigurationobject isnull.- Throws:
TMGClientException- When the device environment is unsafe.
-
getVersion
public String getVersion()
To get the version ofTMGSDK.- Returns:
- The version of
TMGSDKof type string.
-
reset
public void reset()
To reset theVisaCTFHelperinstance.
-
-