https://github.com/browserstack/android-native-app-certificate-pinning
Demo Android App for self-signed SSL certificate validation using Certificate Bundling and pinning process (Use case 1: App data sync with HTTPs servers, Use case 2: App using UIWidgets like WebView)
https://github.com/browserstack/android-native-app-certificate-pinning
Last synced: 9 months ago
JSON representation
Demo Android App for self-signed SSL certificate validation using Certificate Bundling and pinning process (Use case 1: App data sync with HTTPs servers, Use case 2: App using UIWidgets like WebView)
- Host: GitHub
- URL: https://github.com/browserstack/android-native-app-certificate-pinning
- Owner: browserstack
- Created: 2020-07-22T04:51:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T12:25:04.000Z (over 2 years ago)
- Last Synced: 2025-04-22T21:06:05.847Z (11 months ago)
- Language: Java
- Size: 128 KB
- Stars: 8
- Watchers: 15
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-native-app-certificate-pinning
Demo Android App for self-signed SSL certificate validation using Certificate Bundling and pinning process
Use case 1: App data sync with HTTPs servers
Use case 2: App using UIWidgets like WebView
- This repository contains 2 separate Android project modules for each of the above use cases demonstrating a sample code segment for certificate bundling and pinning process.
- Please refer to the README files within each of the modules AndroidHTTPSConnCertPinning and AndroidWebViewCertPinning for a detailed README to setup each of the respective modules.