public class SignerInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected Signer |
signer |
in| Constructor and Description |
|---|
SignerInputStream(InputStream stream,
Signer signer) |
| Modifier and Type | Method and Description |
|---|---|
Signer |
getSigner() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skipprotected Signer signer
public SignerInputStream(InputStream stream, Signer signer)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic Signer getSigner()
Copyright © 2015. All rights reserved.