ch.ethz.ssh2.crypto.cipher
Class CipherInputStream
java.lang.Object
ch.ethz.ssh2.crypto.cipher.CipherInputStream
public class CipherInputStream
- extends Object
CipherInputStream.
- Version:
- $Id$
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherInputStream
public CipherInputStream(BlockCipher tc,
InputStream bi)
changeCipher
public void changeCipher(BlockCipher bc)
read
public int read(byte[] dst)
throws IOException
- Throws:
IOException
read
public int read(byte[] dst,
int off,
int len)
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException
readPlain
public int readPlain(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.