Searched defs:ssl (Results 1 – 3 of 3) sorted by relevance
69 void verify(String host, SSLSocket ssl) throws IOException; in verify()
94 public final void verify(String host, SSLSocket ssl) in verify()
239 SSLSocket ssl = (SSLSocket) socket; in verifyHostname() local