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, resetMethods inherited from interface org.bouncycastle.crypto.MultiBlockCipher
getMultiBlockSize, processBlocksMethods inherited from interface org.bouncycastle.crypto.StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte