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

/openjdk7/jdk/test/javax/rmi/ssl/
H A DSocketFactoryTest.java63 public MySslRMIServerSocketFactory(String[] ciphers, argument
66 super(ciphers, protocols, need);
69 String[] ciphers,
72 super(context, ciphers, protocols, need);
68 MySslRMIServerSocketFactory(SSLContext context, String[] ciphers, String[] protocols, boolean need) argument
H A DSSLSocketParametersTest.java99 public ServerFactory(String[] ciphers, argument
102 super(ciphers, protocols, need);
106 String[] ciphers,
109 super(context, ciphers, protocols, need);
105 ServerFactory(SSLContext context, String[] ciphers, String[] protocols, boolean need) argument

Completed in 44 milliseconds