public class CipherInputStream extends Object
| Constructor and Description |
|---|
CipherInputStream(BlockCipher tc,
InputStream bi) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeCipher(BlockCipher bc) |
int |
read() |
int |
read(byte[] dst) |
int |
read(byte[] dst,
int off,
int len) |
int |
readPlain(byte[] b,
int off,
int len) |
public CipherInputStream(BlockCipher tc, InputStream bi)
public void changeCipher(BlockCipher bc)
public int read(byte[] dst)
throws IOException
IOExceptionpublic int read(byte[] dst,
int off,
int len)
throws IOException
IOExceptionpublic int read()
throws IOException
IOExceptionpublic int readPlain(byte[] b,
int off,
int len)
throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.