public class JwsJsonOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
JwsJsonOutputStream(OutputStream out,
List<String> protectedHeaders,
List<JwsSignature> signatures) |
public JwsJsonOutputStream(OutputStream out, List<String> protectedHeaders, List<JwsSignature> signatures)
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