Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.modes
Interface CFBModeCipher

All Superinterfaces:
BlockCipher, MultiBlockCipher, StreamCipher
All Known Implementing Classes:
CFBBlockCipher

public interface CFBModeCipher
extends MultiBlockCipher, StreamCipher


Methods inherited from interface org.bouncycastle.crypto.MultiBlockCipher
getMultiBlockSize, processBlocks
 
Methods inherited from interface org.bouncycastle.crypto.BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, reset
 
Methods inherited from interface org.bouncycastle.crypto.StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte
 


Bouncy Castle Cryptography Library 1.77.0