com.trilead.ssh2.crypto.cipher
Class CipherOutputStream
java.lang.Object
com.trilead.ssh2.crypto.cipher.CipherOutputStream
public class CipherOutputStream
extends java.lang.Object
CipherOutputStream.
CipherOutputStream
public CipherOutputStream(BlockCipher tc,
OutputStream bo)
flush
public void flush()
throws IOException
write
public void write(byte[] src,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException
writePlain
public void writePlain(byte[] b,
int off,
int len)
throws IOException
writePlain
public void writePlain(int b)
throws IOException