Package org.bouncycastle.crypto.modes
package org.bouncycastle.crypto.modes
-
ClassDescriptionAn
AEADCipher
based on aBlockCipher
.A cipher mode that includes authenticated encryption with a streaming mode and optional associated data.implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.Implements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.A Cipher Text Stealing (CTS) mode cipher.A Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and Efficiency - by M.An implementation of the CBC mode for GOST 3412 2015 cipher.An implementation of the CFB mode for GOST 3412 2015 cipher.implements the GOST 3412 2015 CTR counter mode (GCTR).An implementation of the OFB mode for GOST 3412 2015 cipher.An implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.GCM-SIV Mode.implements the GOST 28147 OFB counter mode (GCTR).Implementation of DSTU7624 CCM modeImplementation of DSTU7624 CTR modeImplementation of DSTU7624 GCM modeImplementation of DSTU7624 XTS modeA Cipher Text Stealing (CTS) mode cipher.An implementation of RFC 7253 on The OCB Authenticated-Encryption Algorithm.implements a Output-FeedBack (OFB) mode on top of a simple cipher.A Cipher Text Stealing (CTS) mode cipher.Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode on top of a simple cipher.Deprecated.use org.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.