public class SignerInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
SignerInputStream(java.io.InputStream stream,
Signer signer) |
| Modifier and Type | Method and 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()