Google

Bouncy Castle Cryptography 1.11 API Specification: Package org.bouncycastle.crypto.modes
Bouncy Castle Cryptography 1.11

Package org.bouncycastle.crypto.modes

Class Summary
CBCBlockCipher implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
CFBBlockCipher implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
CTSBlockCipher A Cipher Text Stealing (CTS) mode cipher.
OFBBlockCipher implements a Output-FeedBack (OFB) mode on top of a simple cipher.
PaddedBlockCipher Deprecated. use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
 


Bouncy Castle Cryptography 1.11