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