| java.lang.Object ch.ethz.ssh2.crypto.cipher.NullCipher
NullCipher | public class NullCipher implements BlockCipher(Code) | | NullCipher.
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: NullCipher.java,v 1.3 2005/12/07 10:25:48 cplattne Exp $ |
Method Summary | |
public int | getBlockSize() | public void | init(boolean forEncryption, byte[] key) | public void | transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff) |
NullCipher | public NullCipher()(Code) | | |
NullCipher | public NullCipher(int blockSize)(Code) | | |
getBlockSize | public int getBlockSize()(Code) | | |
init | public void init(boolean forEncryption, byte[] key)(Code) | | |
transformBlock | public void transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)(Code) | | |
|
|