public class JweOutputStream extends FilterOutputStream
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOG |
out
Constructor and Description |
---|
JweOutputStream(OutputStream out,
Cipher encryptingCipher,
AuthenticationTagProducer authTagProducer) |
Modifier and Type | Method and Description |
---|---|
void |
finalFlush() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int value) |
close, flush, write
protected static final Logger LOG
public JweOutputStream(OutputStream out, Cipher encryptingCipher, AuthenticationTagProducer authTagProducer)
public void write(int value) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void finalFlush() throws IOException
IOException
Apache CXF