public class SignerOutputStream
extends java.io.FilterOutputStream
| Constructor and Description |
|---|
SignerOutputStream(java.io.OutputStream stream,
Signer signer) |
| Modifier and Type | Method and Description |
|---|---|
Signer |
getSigner() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
protected Signer signer
public SignerOutputStream(java.io.OutputStream stream,
Signer signer)
public void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic Signer getSigner()