Package com.trilead.ssh2.crypto.cipher
Class CipherOutputStream
java.lang.Object
com.trilead.ssh2.crypto.cipher.CipherOutputStream
public class CipherOutputStream extends Object
CipherOutputStream.
- Version:
- $Id: CipherOutputStream.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Constructor Summary
Constructors Constructor Description CipherOutputStream(BlockCipher tc, OutputStream bo) -
Method Summary
Modifier and Type Method Description voidchangeCipher(BlockCipher bc)voidflush()voidwrite(byte[] src, int off, int len)voidwrite(int b)voidwritePlain(byte[] b, int off, int len)voidwritePlain(int b)
-
Constructor Details
-
Method Details
-
flush
- Throws:
IOException
-
changeCipher
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writePlain
- Throws:
IOException
-
writePlain
- Throws:
IOException
-