Class SSLContextFactoryImpl
- java.lang.Object
-
- com.atlassian.bamboo.agent.elastic.tunnel.SSLContextFactoryImpl
-
- All Implemented Interfaces:
SSLContextFactory
public class SSLContextFactoryImpl extends Object implements SSLContextFactory
-
-
Constructor Summary
Constructors Constructor Description SSLContextFactoryImpl(String keyManagerAlgorithmName, String trustManagerAlgorithmName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContext
newSSLContext(KeyStore keyStore)
-
-
-
Method Detail
-
newSSLContext
public SSLContext newSSLContext(KeyStore keyStore) throws NoSuchAlgorithmException, UnrecoverableKeyException, KeyStoreException, KeyManagementException
- Specified by:
newSSLContext
in interfaceSSLContextFactory
- Throws:
NoSuchAlgorithmException
UnrecoverableKeyException
KeyStoreException
KeyManagementException
-
-