public class SignerOutputStream extends FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
protected Signer |
signer |
out| Constructor and Description |
|---|
SignerOutputStream(OutputStream stream,
Signer signer) |
| Modifier and Type | Method and Description |
|---|---|
Signer |
getSigner() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writeprotected Signer signer
public SignerOutputStream(OutputStream stream, Signer signer)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic Signer getSigner()
Copyright © 2015. All rights reserved.