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.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()