java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
public 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.OutputStream
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public Signer getSigner()