java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic class SignerOutputStream
extends java.io.OutputStream
| Constructor | Description |
|---|---|
SignerOutputStream(Signer Signer) |
| Modifier and Type | Method | 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()