Package org.gudy.bouncycastle.crypto.modes
Modes for symmetric ciphers.
-
Class Summary Class Description 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.OpenPGPCFBBlockCipher Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode on top of a simple cipher.PaddedBlockCipher Deprecated. use org.gudy.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.PGPCFBBlockCipher Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode on top of a simple cipher.SICBlockCipher Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.