org.apache.cxf.transport.https
Class SSLUtils
java.lang.Object
org.apache.cxf.transport.https.SSLUtils
public final class SSLUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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