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
IOException
public int read(byte[] dst, int off, int len) throws IOException
IOException
public int read() throws IOException
IOException
public int readPlain(byte[] b, int off, int len) throws IOException
IOException
Copyright © 2018. All rights reserved.