Interface CFBModeCipher
- All Superinterfaces:
BlockCipher, MultiBlockCipher, StreamCipher
- All Known Implementing Classes:
CFBBlockCipher
-
Method Summary
Methods inherited from interface BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, resetMethods inherited from interface MultiBlockCipher
getMultiBlockSize, processBlocksMethods inherited from interface StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte