DOC

info.guardianproject.netcipher : netcipher-conscrypt

Maven & Gradle

May 06, 2021

NetCipher Conscrypt · NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Table Of Contents

Latest Version

Download info.guardianproject.netcipher : netcipher-conscrypt Javadoc & API Documentation - Latest Versions:

All Versions

Download info.guardianproject.netcipher : netcipher-conscrypt Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file netcipher-conscrypt-2.2.0-alpha-javadoc.jar to netcipher-conscrypt-2.2.0-alpha-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder netcipher-conscrypt-2.2.0-alpha-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "netcipher-conscrypt-2.2.0-alpha-sources.jar" -d "netcipher-conscrypt-2.2.0-alpha-javadoc" -subpackages 

Advertisement