Package com.trilead.ssh2.crypto.cipher
Class CipherInputStream
java.lang.Object
com.trilead.ssh2.crypto.cipher.CipherInputStream
public class CipherInputStream extends Object
CipherInputStream.
- Version:
- $Id: CipherInputStream.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Constructor Summary
Constructors Constructor Description CipherInputStream(BlockCipher tc, InputStream bi) -
Method Summary
Modifier and Type Method Description voidchangeCipher(BlockCipher bc)intread()intread(byte[] dst)intread(byte[] dst, int off, int len)intreadPlain(byte[] b, int off, int len)
-
Constructor Details
-
Method Details
-
changeCipher
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
readPlain
- Throws:
IOException
-