Builds a new KeyStoreLoader initialised with the values passed in the
javax.net.ssl.keyStore, javax.net.ssl.keyStoreType,
javax.net.ssl.keyStoreProvider and javax.net.ssl.keyStorePassword system
properties, for using the KeyStore as a key store (as opposed to a trust
store).
Builds a new KeyStoreLoader initialised with the values passed in the
javax.net.ssl.trustStore, javax.net.ssl.trustStoreType,
javax.net.ssl.trustStoreProvider and javax.net.ssl.trustStorePassword
system properties, for using the KeyStore as a trust store.
This class is a factory that provides methods for creating an SSLContext
configured with the settings set in this factory: using the PKIX algorithm
for both the key manager and the trust manager.
This class is a factory that provides methods for creating an SSLContext
configured with the settings set in this factory: using the SunX509 algorithm
for both the key manager and the trust manager.