Package com.trilead.ssh2.crypto.cipher
Class CipherOutputStream
java.lang.Object
com.trilead.ssh2.crypto.cipher.CipherOutputStream
CipherOutputStream.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
flush()
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
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writePlain
- Throws:
IOException
-
writePlain
- Throws:
IOException
-