Package org.conscrypt

Class OpenSSLBIOInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class OpenSSLBIOInputStream
extends FilterInputStream
Provides an interface to OpenSSL's BIO system directly from a Java InputStream. It allows an OpenSSL API to read directly from something more flexible interface than a byte array.