java.io.Closeable
, java.lang.AutoCloseable
public 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.FilterInputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public Signer getSigner()