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, writeprotected static final Logger LOG
public JweOutputStream(OutputStream out, Cipher encryptingCipher, AuthenticationTagProducer authTagProducer)
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 finalFlush()
throws IOException
IOExceptionApache CXF