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

/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java136 thisAuthenticator.rt = RequestorType.SERVER;
187 thisAuthenticator.rt = RequestorType.SERVER;
261 * Returns the type of this request, it can be {@code PROXY} or {@code SERVER}.
282 SERVER enum constant in enum:Authenticator.RequestorType
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DX509KeyManagerTest.java25 private static final String SERVER = "SERVER"; field in class:X509KeyManagerTest
645 } else if (keyType.equals(SERVER)) {
695 init(SERVER);
708 init(SERVER);
723 init(SERVER);
/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java79 private static TestKeyStore SERVER; field in class:TestKeyStore
155 SERVER = new Builder()
181 return SERVER;

Completed in 902 milliseconds