ch.ethz.ssh2.crypto.cipher
Interface BlockCipher
- All Known Implementing Classes:
- AES, BlowFish, CBCMode, CTRMode, DES, DESede, NullCipher
public interface BlockCipher
BlockCipher.
- Version:
- $Id: BlockCipher.java,v 1.1 2005/05/26 14:53:27 cplattne Exp $
- Author:
- Christian Plattner, plattner@inf.ethz.ch
init
void init(boolean forEncryption,
byte[] key)
getBlockSize
int getBlockSize()
transformBlock
void transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff)
Copyright © 2006 null. All Rights Reserved.