Home | History | Annotate | Download | only in ssl

Lines Matching defs:ssl

18 package javax.net.ssl;
90 * Returns the SSL session context that encapsulates the set of SSL sessions
91 * that can be used for the server side of the SSL handshake.
93 * @return the SSL server session context for this context or {@code null}
100 * Returns the SSL session context that encapsulates the set of SSL sessions
101 * that can be used for the client side of the SSL handshake.
103 * @return the SSL client session context for this context or {@code null}
112 * SSL handshake parameters values including cipher suites,
120 protected javax.net.ssl.SSLParameters engineGetDefaultSSLParameters() {
133 protected javax.net.ssl.SSLParameters engineGetSupportedSSLParameters() {
137 private javax.net.ssl.SSLParameters createSSLParameters(boolean supported) {
140 javax.net.ssl.SSLParameters p = new javax.net.ssl.SSLParameters();
161 throw new UnsupportedOperationException("Could not access supported SSL parameters");