Home
last modified time | relevance | path

Searched defs:session (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHostnameVerifierTest.java38 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_verify() local
52 mySSLSession session = new mySSLSession(new X509Certificate[] {x509}); in testVerify() local
145 mySSLSession session = new mySSLSession(new X509Certificate[] {x509}); in testSubjectAlt() local
159 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); in testVerifyIpAddress() local
182 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); in testWildcardsCannotMatchIpAddresses() local
219 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); in testWildcardsDoesNotNeedTwoDots() local
252 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); in testSubjectAltName() local
289 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); in testSubjectAltNameWithWildcard() local
DHandshakeCompletedEventTest.java73 mySSLSession session = new mySSLSession(); in test_Constructor() local
88 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_getCipherSuite() local
99 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_getLocalCertificates() local
110 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_getLocalPrincipal() local
122 mySSLSession session = new mySSLSession((X509Certificate[]) null); in test_getPeerCertificateChain() local
145 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_getPeerCertificates() local
165 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_getPeerPrincipal() local
176 mySSLSession session = new mySSLSession("localhost", 1080, null); in test_getSession() local
DHttpsURLConnectionTest.java321 public boolean verify(String hostname, SSLSession session) { in verify()
/libcore/ojluni/src/main/java/javax/net/ssl/
DHostnameVerifier.java55 public boolean verify(String hostname, SSLSession session); in verify()
DSSLSessionBindingEvent.java66 public SSLSessionBindingEvent(SSLSession session, String name) in SSLSessionBindingEvent()
DHandshakeCompletedEvent.java54 private transient SSLSession session; field in HandshakeCompletedEvent
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DDefaultHostnameVerifierTest.java147 StubSSLSession session = new StubSSLSession(); in testNullParameters() local
418 StubSSLSession session = new StubSSLSession(); in verifyWithDomainNamePattern() local
438 StubSSLSession session = new StubSSLSession(); in verifyWithServerCertificate() local
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java86 SSLSession session = c.clientContext.createSSLEngine().getSession(); in connect() local
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java778 public boolean verify(String hostname, SSLSession session) { in verify()
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java1645 javax.net.ssl.SSLSession session = ((SSLSocket) server).getSession(); in reInit() local