org.apache.cxf.rs.security.jose.jws
Class JwsJsonOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.cxf.rs.security.jose.jws.JwsJsonOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class JwsJsonOutputStream
- extends FilterOutputStream
|
Method Summary |
void |
flush()
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JwsJsonOutputStream
public JwsJsonOutputStream(OutputStream out,
List<String> protectedHeaders,
List<JwsSignature> signatures)
write
public void write(int value)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Overrides:
flush in class FilterOutputStream
- Throws:
IOException
Apache CXF