public class OpenSSLBIOInputStream extends FilterInputStream
in| Constructor and Description |
|---|
OpenSSLBIOInputStream(InputStream is,
boolean isFinite) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBioContext() |
int |
gets(byte[] buffer)
Similar to a
readLine method, but matches what OpenSSL expects
from a BIO_gets method. |
void |
release() |
available, close, mark, markSupported, read, read, read, reset, skippublic OpenSSLBIOInputStream(InputStream is, boolean isFinite)
public long getBioContext()
public void release()
public int gets(byte[] buffer)
throws IOException
readLine method, but matches what OpenSSL expects
from a BIO_gets method.IOException