Searched refs:supportedCS (Results 1 - 4 of 4) 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 DCheckSockFacExport1.java60 String[] supportedCS = null;
67 supportedCS = sf.getSupportedCipherSuites();
73 supportedCS = ssf.getSupportedCipherSuites();
78 System.out.println(Arrays.asList(supportedCS));
79 if (supportedCS.length == 0) {
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 35 milliseconds