org.apache.qpid.transport.network.security.ssl
Class SSLUtil
java.lang.Object
org.apache.qpid.transport.network.security.ssl.SSLUtil
public class SSLUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLUtil
public SSLUtil()
verifyHostname
public static void verifyHostname(SSLEngine engine,
String hostnameExpected)
retriveIdentity
public static String retriveIdentity(SSLEngine engine)
createSSLContext
public static SSLContext createSSLContext(ConnectionSettings settings)
throws Exception
- Throws:
Exception
getInitializedKeyStore
public static KeyStore getInitializedKeyStore(String storePath,
String storePassword)
throws GeneralSecurityException,
IOException
- Throws:
GeneralSecurityException
IOException
Licensed to the Apache Software Foundation