Java org.apache.http.conn.ssl SSLContexts fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn.ssl SSLContexts fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn.ssl SSLContexts.

The text is from its open source code.

Method

SSLContextcreateDefault()
Creates default factory based on the standard JSSE trust material (cacerts file in the security properties directory).
SSLContextcreateSystemDefault()
Creates default SSL context based on system properties.
SSLContextBuildercustom()
Creates custom SSL context.