Sample project for using client certificate in Android webview.
AndroidSample is hosted in the following web site
https://github.com/omercs/AndroidSample
If you think the Android project AndroidSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidSample.
Item | Value |
---|---|
Java File Count | 14 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\keychain.p12 assets\server.p12 assets\training-prof.png |
AndroidSample has the following Java source files.
com.example.certificate_demo.AuthenticationActivity.java com.example.certificate_demo.AuthenticationCancelError.java com.example.certificate_demo.AuthenticationException.java com.example.certificate_demo.HttpWebRequestCallback.java com.example.certificate_demo.HttpWebResponse.java com.example.certificate_demo.Logger.java com.example.certificate_demo.MainActivity.java com.example.certificate_demo.MockTrustManager.java com.example.certificate_demo.SecureWebServer.java com.example.certificate_demo.SecureWebServerService.java