| Interface | Description |
|---|---|
| HTTPBuilderSSLConstants | Constants used across the different SSL Support classes. |
| HTTPBuilderSSLHelper | Contract of any HttBuilderSSLHelper |
| KeyStoreFactory | KeyStore Factory contract that should provide a mechanism to create and load a java.security.KeyStore with a keystore and/or truststore. |
| Class | Description |
|---|---|
| SimpleHTTPBuilderSSLHelper | Through its main method SimpleHTTPBuilderSSLHelper.addSSLSupport and using a KeyStoreFactory
and a org.apache.http.conn.ssl.SSLSocketFactory
it registers an SSL Scheme containing a java.security.KeyStore, loaded with either a keystore and/or a
truststore, into the Builder.Client's Connection Manager.
|
| SimpleKeyStoreFactory | Implements a Basic KeyStore Factory to generate a java.security.KeyStore loaded with either a Key Store and/or Trust Store files into it if such store files are available. |