Package com.trilead.ssh2.crypto.cipher
Class CipherOutputStream
java.lang.Object
com.trilead.ssh2.crypto.cipher.CipherOutputStream
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
flush()
byte[]
void
void
write
(byte[] src, int off, int len) void
write
(int b) void
writePlain
(byte[] b, int off, int len) void
writePlain
(int b)
-
Constructor Details
-
CipherOutputStream
-
-
Method Details
-
flush
- Throws:
IOException
-
changeCipher
-
startRecording
public void startRecording() -
getRecordedOutput
public byte[] getRecordedOutput() -
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writePlain
- Throws:
IOException
-
writePlain
- Throws:
IOException
-