Package org.gudy.bouncycastle.crypto.modes


package org.gudy.bouncycastle.crypto.modes
Modes for symmetric ciphers.
  • Classes
    Class
    Description
    implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
    implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
    A Cipher Text Stealing (CTS) mode cipher.
    implements a Output-FeedBack (OFB) mode on top of a simple cipher.
    Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode on top of a simple cipher.
    Deprecated.
    use org.gudy.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
    Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode on top of a simple cipher.
    Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.