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 618 is = new SSLInputStream();
641 private class SSLInputStream extends InputStream {
642 SSLInputStream() throws IOException {
645 * SSLInputStream object will be created.
    [all...]

Completed in 740 milliseconds