org.apache.cxf.transport.https
Class SSLUtils

java.lang.Object
  extended by org.apache.cxf.transport.https.SSLUtils

public final class SSLUtils
extends Object


Method Summary
static SSLEngine createClientSSLEngine(org.apache.cxf.configuration.jsse.TLSClientParameters parameters)
           
static SSLEngine createServerSSLEngine(org.apache.cxf.configuration.jsse.TLSServerParameters parameters)
           
static HostnameVerifier getHostnameVerifier(org.apache.cxf.configuration.jsse.TLSClientParameters tlsClientParameters)
           
protected static void getKeyManagersWithCertAlias(org.apache.cxf.configuration.jsse.TLSParameterBase tlsParameters, KeyManager[] keyManagers)
           
static SSLContext getSSLContext(org.apache.cxf.configuration.jsse.TLSParameterBase parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHostnameVerifier

public static HostnameVerifier getHostnameVerifier(org.apache.cxf.configuration.jsse.TLSClientParameters tlsClientParameters)

getSSLContext

public static SSLContext getSSLContext(org.apache.cxf.configuration.jsse.TLSParameterBase parameters)
                                throws Exception
Throws:
Exception

getKeyManagersWithCertAlias

protected static void getKeyManagersWithCertAlias(org.apache.cxf.configuration.jsse.TLSParameterBase tlsParameters,
                                                  KeyManager[] keyManagers)
                                           throws GeneralSecurityException
Throws:
GeneralSecurityException

createServerSSLEngine

public static SSLEngine createServerSSLEngine(org.apache.cxf.configuration.jsse.TLSServerParameters parameters)
                                       throws Exception
Throws:
Exception

createClientSSLEngine

public static SSLEngine createClientSSLEngine(org.apache.cxf.configuration.jsse.TLSClientParameters parameters)
                                       throws Exception
Throws:
Exception


Apache CXF