java.io.Closeable, java.lang.AutoCloseablepublic class SignerInputStream
extends java.io.FilterInputStream
| Constructor | Description |
|---|---|
SignerInputStream(java.io.InputStream stream,
Signer signer) |
| Modifier and Type | Method | Description |
|---|---|---|
Signer |
getSigner() |
|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
protected Signer signer
public SignerInputStream(java.io.InputStream stream,
Signer signer)
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic Signer getSigner()