com.atlassian.bamboo.agent.elastic.tunnel
Class SSLContextFactoryImpl

java.lang.Object
  extended by com.atlassian.bamboo.agent.elastic.tunnel.SSLContextFactoryImpl
All Implemented Interfaces:
SSLContextFactory

public class SSLContextFactoryImpl
extends java.lang.Object
implements SSLContextFactory


Constructor Summary
SSLContextFactoryImpl(java.lang.String keyManagerAlgorithmName, java.lang.String trustManagerAlgorithmName)
           
 
Method Summary
 javax.net.ssl.SSLContext newSSLContext(java.security.KeyStore keyStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLContextFactoryImpl

public SSLContextFactoryImpl(java.lang.String keyManagerAlgorithmName,
                             java.lang.String trustManagerAlgorithmName)
Method Detail

newSSLContext

public javax.net.ssl.SSLContext newSSLContext(java.security.KeyStore keyStore)
                                       throws java.security.NoSuchAlgorithmException,
                                              java.security.UnrecoverableKeyException,
                                              java.security.KeyStoreException,
                                              java.security.KeyManagementException
Specified by:
newSSLContext in interface SSLContextFactory
Throws:
java.security.NoSuchAlgorithmException
java.security.UnrecoverableKeyException
java.security.KeyStoreException
java.security.KeyManagementException


Copyright © 2012 Atlassian. All Rights Reserved.