public interface SSLContext
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getEnabledCipherSuites()
get the list of enabled cipher suites
|
java.lang.String[] |
getEnabledProtocols()
get a list of the enabled protocols.
|
boolean |
getNeedClientAuth()
configured to require client authentication
|
javax.net.ssl.SSLSession |
getSession()
get the SSLSession that is associated with this session.
|
boolean |
getUseClientMode()
returns true if the socket requires client mode in its first handshake.
|
boolean |
getWantClientAuth()
whether the socket would like the client to authenticate
|
java.lang.String[] getEnabledCipherSuites()
java.lang.String[] getEnabledProtocols()
boolean getNeedClientAuth()
javax.net.ssl.SSLSession getSession()
boolean getUseClientMode()
boolean getWantClientAuth()