Class cryptiX.crypto.EncryptedInputStream
All Packages Class Hierarchy This Package Previous Next Index
Class cryptiX.crypto.EncryptedInputStream
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----cryptiX.crypto.EncryptedInputStream
- public class EncryptedInputStream
- extends FilterInputStream
-
EncryptedInputStream(BlockCipher, InputStream)
-
-
EncryptedInputStream(StreamCipher, InputStream)
-
-
read()
-
-
read(byte[], int, int)
-
-
setDecrypting(boolean)
-
-
setKey(String)
-
EncryptedInputStream
public EncryptedInputStream(BlockCipher blockCipher,
InputStream in) throws IOException
EncryptedInputStream
public EncryptedInputStream(StreamCipher streamCipher,
InputStream in)
setKey
public void setKey(String keyStr)
setDecrypting
public void setDecrypting(boolean decrypting) throws IOException
read
public int read() throws IOException
- Overrides:
- read in class FilterInputStream
read
public int read(byte b[],
int off,
int len) throws IOException
- Overrides:
- read in class FilterInputStream
All Packages Class Hierarchy This Package Previous Next Index