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

/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLServerSocketFacImpl.java35 private static String[] supportedCS = CipherSuites.CUSTOM; field in class:MySSLServerSocketFacImpl
38 supportedCS = CipherSuites.STANDARD;
41 supportedCS = CipherSuites.CUSTOM;
48 return (String[]) supportedCS.clone();
H A DMySSLEngineImpl.java34 private static String[] supportedCS = CipherSuites.CUSTOM; field in class:MySSLEngineImpl
37 supportedCS = CipherSuites.STANDARD;
40 supportedCS = CipherSuites.CUSTOM;
63 return (String[]) supportedCS.clone();
H A DMySSLSocketFacImpl.java34 private static String[] supportedCS = CipherSuites.CUSTOM; field in class:MySSLSocketFacImpl
37 supportedCS = CipherSuites.STANDARD;
40 supportedCS = CipherSuites.CUSTOM;
47 return (String[]) supportedCS.clone();

Completed in 27 milliseconds