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, write
protected Signer signer
public SignerOutputStream(OutputStream stream, Signer signer)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public Signer getSigner()
Copyright © 2015. All rights reserved.