com.atlassian.bamboo.agent.elastic.tunnel
Interface SSLContextFactory
- All Known Implementing Classes:
- SSLContextFactoryImpl
public interface SSLContextFactory
Method Summary |
javax.net.ssl.SSLContext |
newSSLContext(java.security.KeyStore keyStore)
|
newSSLContext
javax.net.ssl.SSLContext newSSLContext(java.security.KeyStore keyStore)
throws java.security.NoSuchAlgorithmException,
java.security.UnrecoverableKeyException,
java.security.KeyStoreException,
java.security.KeyManagementException
- Throws:
java.security.NoSuchAlgorithmException
java.security.UnrecoverableKeyException
java.security.KeyStoreException
java.security.KeyManagementException
Copyright © 2012 Atlassian. All Rights Reserved.