public final class EmptyKeyRelaxedTrustSSLContext extends SSLContextSpi
Constructor and Description |
---|
EmptyKeyRelaxedTrustSSLContext() |
Modifier and Type | Method and Description |
---|---|
protected SSLEngine |
engineCreateSSLEngine() |
protected SSLEngine |
engineCreateSSLEngine(String arg0,
int arg1) |
protected SSLSessionContext |
engineGetClientSessionContext() |
protected SSLSessionContext |
engineGetServerSessionContext() |
protected SSLServerSocketFactory |
engineGetServerSocketFactory() |
protected SSLSocketFactory |
engineGetSocketFactory() |
protected void |
engineInit(KeyManager[] km,
TrustManager[] tm,
SecureRandom arg2) |
engineGetDefaultSSLParameters, engineGetSupportedSSLParameters
public static final String ALGORITHM
protected SSLEngine engineCreateSSLEngine()
engineCreateSSLEngine
in class SSLContextSpi
protected SSLEngine engineCreateSSLEngine(String arg0, int arg1)
engineCreateSSLEngine
in class SSLContextSpi
protected SSLSessionContext engineGetClientSessionContext()
engineGetClientSessionContext
in class SSLContextSpi
protected SSLSessionContext engineGetServerSessionContext()
engineGetServerSessionContext
in class SSLContextSpi
protected SSLServerSocketFactory engineGetServerSocketFactory()
engineGetServerSocketFactory
in class SSLContextSpi
protected SSLSocketFactory engineGetSocketFactory()
engineGetSocketFactory
in class SSLContextSpi
protected void engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom arg2) throws KeyManagementException
engineInit
in class SSLContextSpi
KeyManagementException
Copyright © 2021. All rights reserved.