|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| SSLSocketFactory | getSSLSocketFactory (String hostname) |
This interface defines a method that you may implement for custom certificate pinning logic.
Refer to an Android Framework documentation for more details.
Implementation of this method is optional, but expected for security reason.
| SSLSocketFactory getSSLSocketFactory | ( | String | hostname | ) |
Requests credentials from the listener in response to an authentication request from the remote server. Responding on this client may customize Certificate Pinning logic.
| hostname | - the host name |