public class SignerOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
SignerOutputStream(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(Signer Signer)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic Signer getSigner()