Package anbxj
Class Channel_SSLContextBuilder
java.lang.Object
anbxj.Crypto_KeyStoreBuilder
anbxj.Channel_SSLContextBuilder
A class used to build an SSLContext for creating SocketFactory.
-
Field Summary
Fields inherited from class anbxj.Crypto_KeyStoreBuilder
kss, localKeyStore, remoteKeyStore -
Constructor Summary
ConstructorsConstructorDescriptionChannel_SSLContextBuilder(Crypto_KeyStoreSettings kss, String sslContextParameter) Constructs a Channel_SSLContextBuilder with the given Crypto_KeyStoreSettings. -
Method Summary
Methods inherited from class anbxj.Crypto_KeyStoreBuilder
containsAlias, getCertPath, getKss, getLocaleCertificate, getLocalPrivateKey, getMyAlias, getRemoteCertificate, getRemotePublicKey, listAliases
-
Constructor Details
-
Channel_SSLContextBuilder
Constructs a Channel_SSLContextBuilder with the given Crypto_KeyStoreSettings.- Parameters:
kss- the Crypto_KeyStoreSettingssslContextParameter- the SSL context
-
-
Method Details
-
getSSLContext
Gets the SSLContext.- Returns:
- the SSLContext
-