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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/probe/provider/
H A DPluginPoint.java36 SERVER ("server", "server"), enum constant in enum:PluginPoint
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DOneKDC.java55 public static String SERVER = "server/host." + REALM.toLowerCase(); field in class:OneKDC
68 addPrincipalRandKey(SERVER);
98 " principal=\"" + SERVER + "\"\n" +
106 " principal=\"" + SERVER + "\"\n" +
/openjdk7/jdk/src/share/classes/java/net/
H A DAuthenticator.java87 SERVER enum constant in enum:Authenticator.RequestorType
98 requestingAuthType = RequestorType.SERVER;
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java87 static final int SERVER = 2; field in class:Main
176 if (runmode != SERVER) {
243 if (runmode == SERVER)
258 if (runmode == SERVER)
267 runmode = SERVER;
349 case SERVER:
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509KeyManagerImpl.java128 return chooseAlias(getKeyTypes(keyType), issuers, CheckType.SERVER,
134 return chooseAlias(getKeyTypes(keyType), issuers, CheckType.SERVER,
143 return getAliases(keyType, issuers, CheckType.SERVER, null);
486 SERVER(new HashSet<String>(Arrays.asList(new String[] { enum constant in enum:X509KeyManagerImpl.CheckType
555 if ((this == SERVER) && (getBit(ku, 4) == false)) {
H A DHandshakeMessage.java169 * HelloRequest ... SERVER --> CLIENT
200 * ClientHello ... CLIENT --> SERVER
329 * ServerHello ... SERVER --> CLIENT
410 * CertificateMsg ... send by both CLIENT and SERVER
500 * ServerKeyExchange ... SERVER --> CLIENT
1218 * CertificateRequest ... SERVER --> CLIENT
1484 * ServerHelloDone ... SERVER --> CLIENT
1521 * CertificateVerify ... CLIENT --> SERVER
1815 * FINISHED ... sent by both CLIENT and SERVER
1835 final static int SERVER field in class:HandshakeMessage.Finished
[all...]

Completed in 66 milliseconds