public class CipherOutputStream extends Object
Constructor and Description |
---|
CipherOutputStream(BlockCipher tc,
OutputStream bo) |
Modifier and Type | Method and Description |
---|---|
void |
changeCipher(BlockCipher bc) |
void |
flush() |
void |
write(byte[] src,
int off,
int len) |
void |
write(int b) |
void |
writePlain(byte[] b,
int off,
int len) |
void |
writePlain(int b) |
public CipherOutputStream(BlockCipher tc, OutputStream bo)
public void flush() throws IOException
IOException
public void changeCipher(BlockCipher bc)
public void write(byte[] src, int off, int len) throws IOException
IOException
public void write(int b) throws IOException
IOException
public void writePlain(int b) throws IOException
IOException
public void writePlain(byte[] b, int off, int len) throws IOException
IOException
Copyright © 2019. All rights reserved.