| java.lang.Object ch.ethz.ssh2.crypto.cipher.DES ch.ethz.ssh2.crypto.cipher.DESede
DESede | public class DESede extends DES (Code) | | DESede.
author: See comments in the source file version: $Id: DESede.java,v 1.3 2005/08/11 12:47:27 cplattne Exp $ethz.ch |
Constructor Summary | |
public | DESede() standard constructor. |
DESede | public DESede()(Code) | | standard constructor.
|
getBlockSize | public int getBlockSize()(Code) | | |
init | public void init(boolean encrypting, byte[] key)(Code) | | initialise a DES cipher.
Parameters: encrypting - whether or not we are for encryption. Parameters: key - the parameters required to set up the cipher. exception: IllegalArgumentException - if the params argument is inappropriate. |
reset | public void reset()(Code) | | |
transformBlock | public void transformBlock(byte[] in, int inOff, byte[] out, int outOff)(Code) | | |
Methods inherited from ch.ethz.ssh2.crypto.cipher.DES | protected void desFunc(int[] wKey, byte[] in, int inOff, byte[] out, int outOff)(Code)(Java Doc) protected int[] generateWorkingKey(boolean encrypting, byte[] key, int off)(Code)(Java Doc) public String getAlgorithmName()(Code)(Java Doc) public int getBlockSize()(Code)(Java Doc) public void init(boolean encrypting, byte[] key)(Code)(Java Doc) public void reset()(Code)(Java Doc) public void transformBlock(byte[] in, int inOff, byte[] out, int outOff)(Code)(Java Doc)
|
|
|