org.opennms.core.utils
Class EmptyKeyRelaxedTrustSSLContext
java.lang.Object
javax.net.ssl.SSLContextSpi
org.opennms.core.utils.EmptyKeyRelaxedTrustSSLContext
public final class EmptyKeyRelaxedTrustSSLContext
- extends SSLContextSpi
- Author:
- Seth Leger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
EmptyKeyRelaxedTrustSSLContext
public EmptyKeyRelaxedTrustSSLContext()
engineCreateSSLEngine
protected SSLEngine engineCreateSSLEngine()
- Specified by:
engineCreateSSLEngine in class SSLContextSpi
engineCreateSSLEngine
protected SSLEngine engineCreateSSLEngine(String arg0,
int arg1)
- Specified by:
engineCreateSSLEngine in class SSLContextSpi
engineGetClientSessionContext
protected SSLSessionContext engineGetClientSessionContext()
- Specified by:
engineGetClientSessionContext in class SSLContextSpi
engineGetServerSessionContext
protected SSLSessionContext engineGetServerSessionContext()
- Specified by:
engineGetServerSessionContext in class SSLContextSpi
engineGetServerSocketFactory
protected SSLServerSocketFactory engineGetServerSocketFactory()
- Specified by:
engineGetServerSocketFactory in class SSLContextSpi
engineGetSocketFactory
protected SSLSocketFactory engineGetSocketFactory()
- Specified by:
engineGetSocketFactory in class SSLContextSpi
engineInit
protected void engineInit(KeyManager[] km,
TrustManager[] tm,
SecureRandom arg2)
throws KeyManagementException
- Specified by:
engineInit in class SSLContextSpi
- Throws:
KeyManagementException
Copyright © 2011. All Rights Reserved.