Interface SSLContextFactory
-
- All Known Implementing Classes:
SSLContextFactoryImpl
public interface SSLContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSLContext
newSSLContext(KeyStore keyStore)
-
-
-
Method Detail
-
newSSLContext
SSLContext newSSLContext(KeyStore keyStore) throws NoSuchAlgorithmException, UnrecoverableKeyException, KeyStoreException, KeyManagementException
-
-