Searched defs:getPeerPort (Results 1 - 12 of 12) sorted by relevance

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSession.java132 public int getPeerPort(); method in interface:SSLSession
H A DSSLEngine.java70 public int getPeerPort() { method in class:SSLEngine
/libcore/benchmarks/src/benchmarks/regression/
H A DHostnameVerifierBenchmark.java135 public int getPeerPort() { method in class:HostnameVerifierBenchmark.FakeSSLSession
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DSSLSessionBindingEventTest.java168 * @see javax.net.ssl.SSLSession#getPeerPort()
170 public int getPeerPort() { method in class:MySSLSession
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java75 public int getPeerPort() { method in class:FakeSSLSession
/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLSessionImpl.java298 public int getPeerPort() { method in class:OpenSSLSessionImpl
H A DSSLSessionImpl.java155 public int getPeerPort() { method in class:SSLSessionImpl
H A DSSLSocketImpl.java229 int getPeerPort() { method in class:SSLSocketImpl
H A DOpenSSLSocketImpl.java200 int port = getPeerPort();
428 peerCertificates, getPeerHostName(), getPeerPort(), sessionContext);
477 int getPeerPort() { method in class:OpenSSLSocketImpl
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java123 public int getPeerPort() { method in class:MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java121 public int getPeerPort() { method in class:MySSLContextSpi.tmpSSLEngine
H A DmySSLSession.java109 public int getPeerPort() { method in class:mySSLSession

Completed in 183 milliseconds