|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSLContext
SSL information available for an HTTP connection.
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String[] getEnabledCipherSuites()
java.lang.String[] getEnabledProtocols()
boolean getNeedClientAuth()
javax.net.ssl.SSLSession getSession()
boolean getUseClientMode()
boolean getWantClientAuth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |