- getAppSignature() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns app signature for the merchant app to be verified by the SDK.
- getAuthRequestParams() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSTransaction
-
Constructs authentication request parameters string to be sent to the Platform.
- getByName(String) - Static method in enum com.oppwa.mobile.connect.threeds.constant.TransactionMode
-
Parses TransactionMode
object from its string representation.
- getChallengeUiTypes() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns supported UI types for displaying challenge screens.
- getClientConfigParam(String) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns string value of the custom parameter for the /n software Client
component.
- getConfig() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Configuration object to be used during service initialization.
- getDeviceParameterBlacklist() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns the list of device parameters that should NOT be collected for the device.
- getDsCaRootCert() - Method in class com.oppwa.mobile.connect.threeds.SchemeConfig
-
Returns CA public certificate (root) of the DS-CA
- getDsEncryptCert() - Method in class com.oppwa.mobile.connect.threeds.SchemeConfig
-
Returns public certificate provided by the DS to encrypt device data
- getDsRefId() - Method in class com.oppwa.mobile.connect.threeds.SchemeConfig
-
Returns Directory Server ID
- getErrorCode() - Method in interface com.oppwa.mobile.connect.threeds.ChallengeCallback.ErrorEvent
-
Returns error code for the challenge interruption
- getErrorDetails() - Method in interface com.oppwa.mobile.connect.threeds.ChallengeCallback.ErrorEvent
-
Returns more details error description if it's available
- getErrorMessage() - Method in interface com.oppwa.mobile.connect.threeds.ChallengeCallback.ErrorEvent
-
Returns short error message identifying why challenge was interrupted
- getInstance() - Static method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Returns single instance of the OppThreeDSService
class.
- getLocale() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns string that represents the locale for the app's user interface (for example, "en-US").
- getMaliciousApps() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns list of package names for the apps that should be recognized as malicious.
- getNsoftwareVersion() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
- getPaymentBrands() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Returns list of payment brands specified during initialization.
- getProgressView(Activity) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSTransaction
-
Returns the processing screen which displays the Directory Server logo,
and a graphical element to indicate that an activity is being processed.
- getProtocolVersion() - Method in class com.oppwa.mobile.connect.threeds.SchemeConfig
-
Deprecated.
- getSdkMaxTimeout() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns maximum amount of time (in minutes) for all exchanges for the 3-D Secure authentication.
- getSDKVersion() - Static method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Returns version of the 3DS SDK.
- getTransactionId() - Method in interface com.oppwa.mobile.connect.threeds.ChallengeCallback.CompletionEvent
-
Returns 3-D Secure transaction identifier
- getTransactionStatus() - Method in interface com.oppwa.mobile.connect.threeds.ChallengeCallback.CompletionEvent
-
Returns status of the transaction after challenge is done
- getTrustedAppStores() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns additional list of trusted applications, that would not cause security warnings (SW02).
- getUiCustomization() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig
-
Returns UI configuration information that is used to specify the UI layout and theme of
the challenge screens, for example, font style and font size.
- getValue() - Method in enum com.oppwa.mobile.connect.threeds.constant.ChallengeUiType
-
Returns int value assigned to the specific UI type
- getWarnings() - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Returns warnings produced by the security checks during the service initialization.
- SchemeConfig - Class in com.oppwa.mobile.connect.threeds
-
Class to represent all information needed to communicate securely with Directory Server (DS)
and Access Control Server (ACS)
- SchemeConfig(String, String, String) - Constructor for class com.oppwa.mobile.connect.threeds.SchemeConfig
-
- setAppSignature(String) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets app signature to be verified by the SDK.
- setChallengeUiTypes(EnumSet<ChallengeUiType>) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets supported UI types for displaying challenge screens.
- setConfig(OppThreeDSConfig) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Sets configuration information that shall be used during initialization.
- setCustomSchemeConfig(Map<String, SchemeConfig>) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Provides possibility to overwrite config information for the specific schemes to run
transactions within specific environment.
- setDeviceParameterBlacklist(String[]) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets the list of device parameters that should NOT be collected for the device.
- setInitCallback(OppThreeDSService.Callback) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSService
-
Sets the callback which will be called after service initialization is done.
- setLocale(String) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets string that represents the locale for the app's user interface.
- setMaliciousApps(String[]) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets the list of package names for the apps that should be recognized as malicious.
- setProtocolVersion(String) - Method in class com.oppwa.mobile.connect.threeds.SchemeConfig
-
- setSdkMaxTimeout(int) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets maximum amount of time (in minutes) for all exchanges for the 3-D Secure authentication.
- setTrustedAppStores(String[]) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets additional list of trusted applications, that would not cause security warnings (SW02).
- setUiCustomization(UiCustomization) - Method in class com.oppwa.mobile.connect.threeds.OppThreeDSConfig.Builder
-
Sets UI configuration information that is used to specify the UI layout and theme of
the challenge screens, for example, font style and font size.