|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AEADBlockCipher | A block cipher mode that includes authenticated encryption with a streaming mode and optional associated data. |
Class Summary | |
---|---|
CBCBlockCipher | implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher. |
CCMBlockCipher | Implements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C. |
CFBBlockCipher | implements a Cipher-FeedBack (CFB) mode on top of a simple cipher. |
CTSBlockCipher | A Cipher Text Stealing (CTS) mode cipher. |
EAXBlockCipher | A Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and Efficiency - by M. |
GCMBlockCipher | Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D. |
GOFBBlockCipher | implements the GOST 28147 OFB counter mode (GCTR). |
OCBBlockCipher | An implementation of the "work in progress" Internet-Draft The OCB Authenticated-Encryption
Algorithm, licensed per:
License for
Open-Source Software Implementations of OCB (Jan 9, 2013) — “License 1” Under this license, you are authorized to make, use, and distribute open-source software implementations of OCB. |
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.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. |
Modes for symmetric ciphers.
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |