Class SSLContextFactoryImpl
java.lang.Object
com.atlassian.bamboo.agent.elastic.tunnel.SSLContextFactoryImpl
- All Implemented Interfaces:
SSLContextFactory
-
Constructor Summary
ConstructorDescriptionSSLContextFactoryImpl
(String keyManagerAlgorithmName, String trustManagerAlgorithmName) -
Method Summary
-
Constructor Details
-
SSLContextFactoryImpl
-
-
Method Details
-
newSSLContext
public SSLContext newSSLContext(KeyStore keyStore) throws NoSuchAlgorithmException, UnrecoverableKeyException, KeyStoreException, KeyManagementException - Specified by:
newSSLContext
in interfaceSSLContextFactory
- Throws:
NoSuchAlgorithmException
UnrecoverableKeyException
KeyStoreException
KeyManagementException
-