public class JwsOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
JwsOutputStream(OutputStream out,
JwsSignature signature) |
public JwsOutputStream(OutputStream out, JwsSignature signature)
public void write(int value)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionApache CXF