org.bouncycastle.crypto.engines

Class SEEDEngine

public class SEEDEngine extends Object implements BlockCipher

Implementation of the SEED algorithm as described in RFC 4009
Method Summary
StringgetAlgorithmName()
intgetBlockSize()
voidinit(boolean forEncryption, CipherParameters params)
intprocessBlock(byte[] in, int inOff, byte[] out, int outOff)
voidreset()

Method Detail

getAlgorithmName

public String getAlgorithmName()

getBlockSize

public int getBlockSize()

init

public void init(boolean forEncryption, CipherParameters params)

processBlock

public int processBlock(byte[] in, int inOff, byte[] out, int outOff)

reset

public void reset()