Searched refs:getValueNames (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSession.java181 public String[] getValueNames(); method in interface:SSLSession
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSessionTest.java251 assertNotNull(s.invalid.getValueNames());
252 assertEquals(0, s.invalid.getValueNames().length);
290 assertEquals(0, s.invalid.getValueNames().length);
293 assertEquals(1, s.invalid.getValueNames().length);
294 assertEquals(key, s.invalid.getValueNames()[0]);
303 assertEquals(1, s.invalid.getValueNames().length);
304 assertEquals(key, s.invalid.getValueNames()[0]);
307 assertEquals(0, s.invalid.getValueNames().length);
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java95 public String[] getValueNames() { method in class:FakeSSLSession
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DSSLSessionBindingEventTest.java203 * @see javax.net.ssl.SSLSession#getValueNames()
205 public String[] getValueNames() { method in class:MySSLSession
H A DSSLSessionTest.java191 * javax.net.ssl.SSLSession#getValueNames()
196 assertNotNull(s.getValueNames());
197 assertEquals(0, s.getValueNames().length);
201 assertEquals(3, s.getValueNames().length);
203 assertEquals(2, s.getValueNames().length);
/libcore/benchmarks/src/benchmarks/regression/
H A DHostnameVerifierBenchmark.java150 public String[] getValueNames() { method in class:HostnameVerifierBenchmark.FakeSSLSession
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java157 public String[] getValueNames() { method in class:mySSLSession
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSessionImpl.java390 public String[] getValueNames() { method in class:OpenSSLSessionImpl
H A DSSLSessionImpl.java172 public String[] getValueNames() { method in class:SSLSessionImpl

Completed in 145 milliseconds