HomeSort by relevance Sort by last modified time
    Searched defs:SSLInputStream (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLInputStream.java 30 public abstract class SSLInputStream extends InputStream {
OpenSSLSocketImpl.java 616 is = new SSLInputStream();
639 private class SSLInputStream extends InputStream {
640 SSLInputStream() throws IOException {
643 * SSLInputStream object will be created.
    [all...]

Completed in 47 milliseconds