Package com.thalesgroup.tmgsdk
Class TMGClientConfiguration
- java.lang.Object
-
- com.thalesgroup.tmgsdk.TMGClientConfiguration
-
public class TMGClientConfiguration extends Object
TMGClientConfigurationused to configure the Application Context, Server URl, Server certificate, Device Authentication method, Key identifier and Certificate pins.- Since:
- 1.0
- Version:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTMGClientConfiguration.BuilderUsed to buildTMGClientConfigurationobject
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCertificate()Get the certificate used for Public key generation during communication with TMG ServerContextgetContext()Get the Application ContextintgetDeviceAuthenticationMethod()Get Device Authentication methodStringgetKeyId()Get the Key identifierStringgetTmgUrl()Get the TMG Server URL
-
-
-
Method Detail
-
getKeyId
public String getKeyId()
Get the Key identifier
-
getContext
public Context getContext()
Get the Application Context
-
getTmgUrl
public String getTmgUrl()
Get the TMG Server URL
-
getCertificate
public byte[] getCertificate()
Get the certificate used for Public key generation during communication with TMG Server
-
getDeviceAuthenticationMethod
public int getDeviceAuthenticationMethod()
Get Device Authentication method
-
-