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)
           
 

Method Detail

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.