Package org.bouncycastle.crypto.modes
Interface CFBModeCipher
- All Superinterfaces:
BlockCipher
,MultiBlockCipher
,StreamCipher
- All Known Implementing Classes:
CFBBlockCipher
-
Method Summary
Methods inherited from interface org.bouncycastle.crypto.BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, reset
Methods inherited from interface org.bouncycastle.crypto.MultiBlockCipher
getMultiBlockSize, processBlocks
Methods inherited from interface org.bouncycastle.crypto.StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte