Searched defs:supportedSSLParams (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLContextImpl.java428 private static SSLParameters supportedSSLParams; field in class:SSLContextImpl.ConservativeSSLContext
432 supportedSSLParams = new SSLParameters();
433 supportedSSLParams.setProtocols(new String[] {
439 defaultServerSSLParams = supportedSSLParams;
447 supportedSSLParams = new SSLParameters();
448 supportedSSLParams.setProtocols(new String[] {
456 defaultServerSSLParams = supportedSSLParams;
475 return supportedSSLParams;
656 private static SSLParameters supportedSSLParams; field in class:SSLContextImpl.TLS11Context
660 supportedSSLParams
718 private static SSLParameters supportedSSLParams; field in class:SSLContextImpl.TLS12Context
[all...]

Completed in 29 milliseconds