Searched refs:setEnabledProtocols (Results 26 - 32 of 32) sorted by relevance

12

/openjdk7/jdk/test/sun/security/mscapi/
H A DShortRSAKeyWithinTLS.java152 sslSocket.setEnabledProtocols(new String[] {clientProtocol});
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DClientAuth.java159 sslSocket.setEnabledProtocols(new String[] {clientProtocol});
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java97 engine.setEnabledProtocols (
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java233 setEnabledProtocols(enabledProtocols);
373 * SSLSocketImpl/SSLEngineImpl.setEnabledProtocols() (if the
376 void setEnabledProtocols(ProtocolList enabledProtocols) { method in class:Handshaker
H A DSSLEngineImpl.java2022 synchronized public void setEnabledProtocols(String[] protocols) { method in class:SSLEngineImpl
2025 handshaker.setEnabledProtocols(enabledProtocols);
H A DSSLSocketImpl.java2393 synchronized public void setEnabledProtocols(String[] protocols) { method in class:SSLSocketImpl
2396 handshaker.setEnabledProtocols(enabledProtocols);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java467 s.setEnabledProtocols(protocols);

Completed in 52 milliseconds

12