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, skip
protected Signer signer
public SignerInputStream(InputStream stream, Signer signer)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public Signer getSigner()
Copyright © 2015. All rights reserved.