A B C D E F G I J K M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activateBinding(String) - Method in interface com.thalesgroup.tmgsdk.visa.IDVSession
-
Activates the binding with or without
OTP. - ANDROID_VERSION_NOT_SUPPORTED - com.thalesgroup.tmgsdk.model.BiometricsSupport
-
The SDK returns this error if the firmware version is less than
Android 6.0. - APP_TO_APP - com.thalesgroup.tmgsdk.model.visa.IDVType
-
APP_TO_APPis used when the end user opts for app-to-app verification. - ATTESTATION_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Android attestation issues.
- authenticateTransaction(String, TransactionContext, TransactionListener) - Method in interface com.thalesgroup.tmgsdk.mastercard.MastercardTAFHelper
-
Authenticates the transaction for tokenID.
- authenticateTransaction(String, TransactionListener) - Method in interface com.thalesgroup.tmgsdk.visa.VisaCTFHelper
-
Authenticates the transaction for tokenID.
- AUTHENTICATION_FAILURE_CANCEL - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Authentication failure.
B
- BindingState - Enum in com.thalesgroup.tmgsdk.model.mastercard
-
The
BindingStateenum defines the current state of thetokenID. - BindingState - Enum in com.thalesgroup.tmgsdk.model.visa
-
The
BindingStateenum defines the current state of thevProvisionedTokenIdparameter. - BiometricsSupport - Enum in com.thalesgroup.tmgsdk.model
-
An enum that identifies if the device is capable of supporting the biometric features such as fingerprint mapping.
- BOUND - com.thalesgroup.tmgsdk.model.mastercard.BindingState
-
The SDK will return
BOUND, iftokenIDis bound with the device. - BOUND - com.thalesgroup.tmgsdk.model.visa.BindingState
-
The SDK will return
BOUND, ifvProvisionedTokenIdis bound with the device.
C
- com.thalesgroup.tmgsdk - package com.thalesgroup.tmgsdk
- com.thalesgroup.tmgsdk.mastercard - package com.thalesgroup.tmgsdk.mastercard
- com.thalesgroup.tmgsdk.model - package com.thalesgroup.tmgsdk.model
- com.thalesgroup.tmgsdk.model.mastercard - package com.thalesgroup.tmgsdk.model.mastercard
- com.thalesgroup.tmgsdk.model.visa - package com.thalesgroup.tmgsdk.model.visa
- com.thalesgroup.tmgsdk.visa - package com.thalesgroup.tmgsdk.visa
- createBinding(String, String, TokenBindingListener) - Method in interface com.thalesgroup.tmgsdk.mastercard.MastercardTAFHelper
-
Binds Mastercard tokenId to the device.
- createBinding(String, String, TokenBindingListener) - Method in interface com.thalesgroup.tmgsdk.visa.VisaCTFHelper
-
Binds the Visa token to the device.
- createMastercardTAFHelper(TMGClientConfiguration) - Method in class com.thalesgroup.tmgsdk.TMGClient
-
Creates Mastercard Token Binding Client with the given configuration.
- createVisaCTFHelper(TMGClientConfiguration) - Method in class com.thalesgroup.tmgsdk.TMGClient
-
Creates a Visa Token Binding Client with the given configuration.
- CRYPTO_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Issues with the keys generated from Android keystore system.
- CUSTOMER_SERVICE - com.thalesgroup.tmgsdk.model.visa.IDVType
-
CUSTOMER_SERVICEis used when the end user opts to verify with customer service support.
D
- DEVICE_AUTHENTICATION_NOT_SUPPORTED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Biometric Authentication is not available in the device.
- DeviceAuthentication - Interface in com.thalesgroup.tmgsdk
-
The
DeviceAuthenticationAPI is used for end user authentication(Biometric). - DeviceAuthenticationChecker - Class in com.thalesgroup.tmgsdk.model
-
The
DeviceAuthenticationCheckerutility class is used to check the type of authentication the device supports.
E
- enableSecureLog(boolean) - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
-
Enables or disables secure logging based on the provided flag.
- ERROR_DEBUG_SDK_USED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
For security reason, Debug SDK variant cannot be used in the released app.
F
- fromString(String) - Static method in enum com.thalesgroup.tmgsdk.model.mastercard.IDVType
G
- getAmount() - Method in class com.thalesgroup.tmgsdk.mastercard.TransactionContext
-
Returns the transaction amount in ISO 4217 format.
- getBindingState(String) - Method in interface com.thalesgroup.tmgsdk.mastercard.MastercardTAFHelper
-
Gets the binding status.
- getBindingState(String) - Method in interface com.thalesgroup.tmgsdk.visa.VisaCTFHelper
-
Gets the binding status of a Visa provisioned token ID.
- getBindingStatus() - Method in enum com.thalesgroup.tmgsdk.model.mastercard.BindingState
- getBindingStatus() - Method in enum com.thalesgroup.tmgsdk.model.visa.BindingState
- getBiometricsSupport(Context) - Static method in class com.thalesgroup.tmgsdk.model.DeviceAuthenticationChecker
-
A utility to check if the biometric features can be supported as an authentication method for the current device.
- getCertificate() - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
-
Gets the certificate used for public key generation during the communication with TMG server.
- getContext() - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
-
Gets the application context.
- getCurrencyCode() - Method in class com.thalesgroup.tmgsdk.mastercard.TransactionContext
-
Returns the ISO 4217 currency code where both numeric and alpha-numeric values are supported.
- getErrorCode() - Method in exception com.thalesgroup.tmgsdk.TMGClientException
-
Returns the error code.
- getId() - Method in interface com.thalesgroup.tmgsdk.visa.IDVMethod
-
The identifier of
IDVMethod. - getIdvMethods() - Method in interface com.thalesgroup.tmgsdk.mastercard.IDVSession
-
Gets the list of
IDVMethod. - getIdvMethods() - Method in interface com.thalesgroup.tmgsdk.visa.IDVSession
-
Gets the list of
IDVMethod. - getIdvType() - Method in enum com.thalesgroup.tmgsdk.model.mastercard.IDVType
-
To get the value of
IDVType. - getIdvType() - Method in enum com.thalesgroup.tmgsdk.model.visa.IDVType
-
To get the value of
IDVType. - getInstance() - Static method in class com.thalesgroup.tmgsdk.TMGClient
-
To create an instance of
TMGClient. - getIsBiometricsSupport() - Method in enum com.thalesgroup.tmgsdk.model.BiometricsSupport
- getKeyId() - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
-
Gets the Key identifier.
- getMaxOtpRequestsAllowed() - Method in class com.thalesgroup.tmgsdk.model.visa.OtpActivationStatus
-
This API is only provided if the selected
IDVMethodcontains an OTP. - getMaxOtpVerificationAllowed() - Method in class com.thalesgroup.tmgsdk.model.visa.OtpActivationStatus
-
This API is only provided if the selected
IDVMethodcontains an OTP. - getMerchantName() - Method in class com.thalesgroup.tmgsdk.mastercard.TransactionContext
-
Returns the name of the merchant.
- getMessage() - Method in exception com.thalesgroup.tmgsdk.TMGClientException
-
Returns the error message.
- getOtpExpiration() - Method in class com.thalesgroup.tmgsdk.model.visa.OtpActivationStatus
-
This API is only provided if the selected
IDVMethodcontains an OTP. - getRequestPayload() - Method in interface com.thalesgroup.tmgsdk.visa.IDVMethod
-
Only for
APP-TO-APP. - getSecureLogFiles() - Method in class com.thalesgroup.tmgsdk.TMGClient
-
Retrieves the list of secure log files generated by the SecureLogClient.
- getSource() - Method in interface com.thalesgroup.tmgsdk.visa.IDVMethod
-
Only for
APP-TO-APP. - getTmgUrl() - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
-
Gets the TMG server URL.
- getType() - Method in interface com.thalesgroup.tmgsdk.mastercard.IDVMethod
-
The
IDVMethodthat the end user can select. - getType() - Method in interface com.thalesgroup.tmgsdk.visa.IDVMethod
-
A type of
IDVMethodthat the end user can select. - getValue() - Method in interface com.thalesgroup.tmgsdk.mastercard.IDVMethod
-
An information that can be displayed to the end user.
- getValue() - Method in interface com.thalesgroup.tmgsdk.visa.IDVMethod
-
Only for
APP-TO-APP. - getVersion() - Method in class com.thalesgroup.tmgsdk.TMGClient
-
To get the version of
TMGSDK.
I
- IDVMethod - Interface in com.thalesgroup.tmgsdk.mastercard
-
IDVMethod defines the Mastercard IDV methods that are available to the end user. - IDVMethod - Interface in com.thalesgroup.tmgsdk.visa
-
The
IDVMethodAPI defines the IDV methods which are available to the end user. - IDVSession - Interface in com.thalesgroup.tmgsdk.mastercard
-
IDVSessionis used to get the available IDV methods, submit the user's selection and then validate the OTP to complete IDV flow. - IDVSession - Interface in com.thalesgroup.tmgsdk.visa
-
The
IDVSessionAPI is used to retrieve thevProvisionedTokenIdsession details with pending activation. - IDVType - Enum in com.thalesgroup.tmgsdk.model.mastercard
-
The identity and verification method types for
IDVType. - IDVType - Enum in com.thalesgroup.tmgsdk.model.visa
-
IDVTypedefines the supported IDV types. - INVALID_DEVICE_AUTHENTICATION_PARAM - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Missing
FragmentActivityin the parameter. - INVALID_IDV_METHOD - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The IDV method provided is invalid.
- INVALID_OTP - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The OTP provided is not in the correct format.
- INVALID_PARAMETERS - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Some of the configuration parameters such as provisioned tokens are invalid.
- INVALID_TOKEN_ID - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The Visa Provisioned Token Id provided is either null or empty.
- isSecureLogEnabled() - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
- ISSUER_AUTHENTICATION_REQUIRED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Issuer authentication required.
J
- JSON_PARSING_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Error parsing the JSON structure.
K
- KEYSTORE_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Key is permanently invalidated.
M
- MastercardTAFHelper - Interface in com.thalesgroup.tmgsdk.mastercard
-
MastercardTAFHelperis used to bind thetokenIdto the device and authenticate transactions.
N
- NO_BIOMETRIC_ENROLLED - com.thalesgroup.tmgsdk.model.BiometricsSupport
-
The SDK returns this error if the end user has not enrolled any biometric data in the device settings.
- NO_BIOMETRIC_SENSOR - com.thalesgroup.tmgsdk.model.BiometricsSupport
-
The SDK returns this error if no biometrics sensor is installed in the device.
O
- onDeviceAuthentication(DeviceAuthentication) - Method in interface com.thalesgroup.tmgsdk.mastercard.TokenBindingListener
-
This is the callback for app to indicate the type of device authentication used such as biometric authentication.
- onDeviceAuthentication(DeviceAuthentication) - Method in interface com.thalesgroup.tmgsdk.TransactionListener
-
Callback to indicate the device authentication such as Biometric authentication.
- onDeviceAuthentication(DeviceAuthentication) - Method in interface com.thalesgroup.tmgsdk.visa.TokenBindingListener
-
The callback for app to indicate device authentication such as biometric type.
- onError(TMGClientException) - Method in interface com.thalesgroup.tmgsdk.mastercard.TokenBindingListener
-
This is the callback that the app will use to indicate when the token binding to device fails.
- onError(TMGClientException) - Method in interface com.thalesgroup.tmgsdk.RemoveBindingListener
-
This callback is invoked when an error occurs.
- onError(TMGClientException) - Method in interface com.thalesgroup.tmgsdk.SyncBindingStateListener
-
This callback is invoked when an error occurs.
- onError(TMGClientException) - Method in interface com.thalesgroup.tmgsdk.TransactionListener
-
This callback is invoked when an error occurs.
- onError(TMGClientException) - Method in interface com.thalesgroup.tmgsdk.visa.TokenBindingListener
-
The callback for app to indicate the token binding to device is unsuccessful.
- onIssuerAuthenticationError(IDVSession, TMGClientException) - Method in interface com.thalesgroup.tmgsdk.mastercard.TokenBindingListener
-
This is the callback that the app will use to indicate when the activation fails.
- onIssuerAuthenticationError(IDVSession, TMGClientException) - Method in interface com.thalesgroup.tmgsdk.visa.TokenBindingListener
-
The callback for app to indicate when the activation fails.
- onIssuerAuthenticationReady(IDVSession) - Method in interface com.thalesgroup.tmgsdk.mastercard.TokenBindingListener
-
This is the callback that the app will use to show the issuer's activation screen to continue the IDV process.
- onIssuerAuthenticationReady(IDVSession, OtpActivationStatus) - Method in interface com.thalesgroup.tmgsdk.visa.TokenBindingListener
-
The callback for app to show the issuer activation screen in order to continue with the IDV process.
- onIssuerAuthenticationRequired(IDVSession) - Method in interface com.thalesgroup.tmgsdk.mastercard.TokenBindingListener
-
This is the callback that the app will use to indicate activation is required when
IDVMethodis chosen and sent to the server. - onIssuerAuthenticationRequired(IDVSession) - Method in interface com.thalesgroup.tmgsdk.visa.TokenBindingListener
-
The callback for app to indicate an activation is required when
IDVMethodis chosen and sent to server. - onSuccess() - Method in interface com.thalesgroup.tmgsdk.mastercard.TokenBindingListener
-
This is the callback that the app will use to indicate when the token binding to device is successful.
- onSuccess() - Method in interface com.thalesgroup.tmgsdk.RemoveBindingListener
-
The callback for app to indicate that the binding is successfully removed.
- onSuccess() - Method in interface com.thalesgroup.tmgsdk.visa.TokenBindingListener
-
The callback for app to indicate the token binding to device is successful.
- onSuccess(BindingState) - Method in interface com.thalesgroup.tmgsdk.SyncBindingStateListener
-
The callback for app to indicate that the synchronisation process of the binding state is successful.
- onSuccess(String) - Method in interface com.thalesgroup.tmgsdk.TransactionListener
-
This callback is invoked when the authentication is successful.
- OTP_EMAIL - com.thalesgroup.tmgsdk.model.mastercard.IDVType
-
OTP_EMAILis used when the end user opts for OTP through mail verification. - OTP_EMAIL - com.thalesgroup.tmgsdk.model.visa.IDVType
-
OTP_EMAILis used when the end user opts for OTP through mail verification. - OTP_ONLINE_BANKING - com.thalesgroup.tmgsdk.model.visa.IDVType
-
OTP_ONLINE_BANKINGis used when the end user opts for OTP verification through online banking. - OTP_SMS - com.thalesgroup.tmgsdk.model.mastercard.IDVType
-
OTP_SMSis used when the end user opts for OTP through SMS verification. - OTP_SMS - com.thalesgroup.tmgsdk.model.visa.IDVType
-
OTP_SMSis used when the end user opts for OTP through SMS verification. - OtpActivationStatus - Class in com.thalesgroup.tmgsdk.model.visa
-
This object captures the OTP activation status during
IDVSession.selectIdvMethod(IDVMethod)and sends it to the merchant application. - OtpActivationStatus(String, String, String) - Constructor for class com.thalesgroup.tmgsdk.model.visa.OtpActivationStatus
- OUTBOUND_CALL - com.thalesgroup.tmgsdk.model.visa.IDVType
-
OUTBOUND_CALLis used when the end user opts to verify through outbound call.
P
- PENDING_ACTIVATION - com.thalesgroup.tmgsdk.model.visa.BindingState
-
The SDK will return
PENDING_ACTIVATION, if activation is pending for thevProvisionedTokenId. - PERMISSION_NOT_GRANTED - com.thalesgroup.tmgsdk.model.BiometricsSupport
-
An error is returned if the biometric permission in the Android manifest file is not defined or granted.
- previouslySelectedIdvMethod() - Method in interface com.thalesgroup.tmgsdk.visa.IDVSession
-
Gets the previously selected
IDVMethod.
R
- removeBinding(String, String, RemoveBindingListener) - Method in interface com.thalesgroup.tmgsdk.visa.VisaCTFHelper
-
Removes the specified Visa provisioned token ID from the device.
- RemoveBindingListener - Interface in com.thalesgroup.tmgsdk
-
This callback is used to inform the result of the
VisaCTFHelper#removeBinding(String, String, RemoveBindingListener)process. - reset() - Method in class com.thalesgroup.tmgsdk.TMGClient
-
To reset the
VisaCTFHelperinstance. - resumeBinding(String, TokenBindingListener) - Method in interface com.thalesgroup.tmgsdk.visa.VisaCTFHelper
-
Gets the token which is pending for activation.
S
- SECURE_LOCK_NOT_PRESENTED - com.thalesgroup.tmgsdk.model.BiometricsSupport
-
An error is returned if biometric is supported and available but secure lock (PIN, password or pattern) is not enabled in the device.
- selectIdvMethod(IDVMethod) - Method in interface com.thalesgroup.tmgsdk.visa.IDVSession
-
Selects the
IDVMethodfor the Visa Token Binding process. - selectIDVMethod(IDVMethod) - Method in interface com.thalesgroup.tmgsdk.mastercard.IDVSession
-
Based on selected
IDVMethod, the corresponding verification flow will be triggered. - SERVER_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Represents the server error code between 401 and 599 (exludes 429, 503, and those that has been defined.
- SERVER_ERROR_CRYPTO_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Crypto server error due to keystore issue.
- SERVER_ERROR_EXPIRED_OTP - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The end user enters an expired OTP value.
- SERVER_ERROR_IDV_NOT_AVAILABLE - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Selected an invalid IDV method.
- SERVER_ERROR_INVALID_TOKEN_STATE - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Invalid token state on the server side.
- SERVER_ERROR_NO_SESSION_FOUND - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The session was not found, expired, or terminated.
- SERVER_ERROR_RETRY_LIMIT_EXCEEDED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The authentication has exceeded the number of attempts allowed.
- SERVER_ERROR_TOO_MANY_REQUESTS - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Server is unable to process the request as it is overwhelmed by too many requests.
- SERVER_ERROR_WRONG_OTP - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The end user enters an incorrect OTP value.
- SERVER_IS_NOT_ACCESSIBLE - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
Connection issues.
- SERVER_RETRYABLE - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
This error code represents a server error that is retryable because there is a temporary network issue.
- setSecureLogEnabled(boolean) - Method in class com.thalesgroup.tmgsdk.TMGClientConfiguration
-
Enables the state of secure log.
- startAuthentication(FragmentActivity, CharSequence, CharSequence, CharSequence, CharSequence) - Method in interface com.thalesgroup.tmgsdk.DeviceAuthentication
-
Starts the device authentication process with the inputs provided.
- STORAGE_ERROR - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The device authentication method is not found in the storage.
- SUPPORTED - com.thalesgroup.tmgsdk.model.BiometricsSupport
-
The SDK can fully support the use of biometric features including fingerprint and face ID.
- syncBindingState(String, String, SyncBindingStateListener) - Method in interface com.thalesgroup.tmgsdk.visa.VisaCTFHelper
-
Synchronises the binding state between the client and server.
- SyncBindingStateListener - Interface in com.thalesgroup.tmgsdk
-
This callback is used to inform the
syncBindingState(String, String, SyncBindingStateListener)process result.
T
- TMGClient - Class in com.thalesgroup.tmgsdk
- TMGClient() - Constructor for class com.thalesgroup.tmgsdk.TMGClient
- TMGClientConfiguration - Class in com.thalesgroup.tmgsdk
-
TMGClientConfigurationis used to configure the application context, server URL, server certificate, device authentication method, key identifier and certificate PINs. - TMGClientConfiguration(Context, String, byte[], String) - Constructor for class com.thalesgroup.tmgsdk.TMGClientConfiguration
- TMGClientException - Exception in com.thalesgroup.tmgsdk
-
TMGClientExceptionis a generic exception class which is used to handle all TMG SDK errors. - TMGClientException(int, String) - Constructor for exception com.thalesgroup.tmgsdk.TMGClientException
- TMGClientException(int, Throwable) - Constructor for exception com.thalesgroup.tmgsdk.TMGClientException
- TOKEN_ALREADY_BOUNDED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The token is already bounded or in pending activation.
- TOKEN_DEVICE_BINDING_DECLINED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The token provided for device binding is declined.
- TOKEN_DEVICE_BINDING_PENDING - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The token provided for create binding process is in pending state.
- TOKEN_NOT_BOUNDED - Static variable in exception com.thalesgroup.tmgsdk.TMGClientException
-
The token provided is not bound with the device.
- TokenBindingListener - Interface in com.thalesgroup.tmgsdk.mastercard
-
This callback is used to inform the result of the
MastercardTAFHelper.createBinding(String, String, TokenBindingListener)(String, String, TokenBindingListener)} process. - TokenBindingListener - Interface in com.thalesgroup.tmgsdk.visa
-
This callback is used to inform the result of the
createBinding(String, String, TokenBindingListener)process. - TransactionContext - Class in com.thalesgroup.tmgsdk.mastercard
-
The
TransactionContextclass represents the context of a transaction, encompassing details such as the merchant name, transaction amount, and currency code. - TransactionContext(String, String, String) - Constructor for class com.thalesgroup.tmgsdk.mastercard.TransactionContext
-
Constructs a new
TransactionContextinstance with the specified parameters. - TransactionListener - Interface in com.thalesgroup.tmgsdk
-
This callback is used to inform the result of the
authenticateTransaction(String, TransactionListener)andMastercardTAFHelper.authenticateTransaction(String, TransactionContext, TransactionListener)process.
U
- UNBOUND - com.thalesgroup.tmgsdk.model.mastercard.BindingState
-
The SDK will return
UNBOUND, iftokenIDis not bound with the device. - UNBOUND - com.thalesgroup.tmgsdk.model.visa.BindingState
-
The SDK will return
UNBOUND, ifvProvisionedTokenIdis not bound with the device.
V
- validateOTP(String) - Method in interface com.thalesgroup.tmgsdk.mastercard.IDVSession
-
Completes the IDV flow with OTP validation.
- valueOf(String) - Static method in enum com.thalesgroup.tmgsdk.model.BiometricsSupport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thalesgroup.tmgsdk.model.mastercard.BindingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thalesgroup.tmgsdk.model.mastercard.IDVType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thalesgroup.tmgsdk.model.visa.BindingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thalesgroup.tmgsdk.model.visa.IDVType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.thalesgroup.tmgsdk.model.BiometricsSupport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.thalesgroup.tmgsdk.model.mastercard.BindingState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.thalesgroup.tmgsdk.model.mastercard.IDVType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.thalesgroup.tmgsdk.model.visa.BindingState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.thalesgroup.tmgsdk.model.visa.IDVType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VisaCTFHelper - Interface in com.thalesgroup.tmgsdk.visa
-
The
VisaCTFHelperAPI is used to bind thevProvisionedTokenIdto the device and authenticate transactions.
All Classes All Packages