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

/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java21 public class mySSLSession implements SSLSession { class in inherits:SSLSession
31 public mySSLSession(String host, int port, byte[] id) { method in class:mySSLSession
40 public mySSLSession(X509Certificate[] xc) { method in class:mySSLSession
45 public mySSLSession(Certificate[] xc) throws CertificateEncodingException, CertificateException { method in class:mySSLSession
54 public mySSLSession() { method in class:mySSLSession

Completed in 65 milliseconds