Package | Description |
---|---|
org.bouncycastle.crypto.modes | |
org.bouncycastle.jcajce.provider.symmetric.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AEADBlockCipher
An
AEADCipher based on a BlockCipher . |
Modifier and Type | Class and Description |
---|---|
class |
CCMBlockCipher
Implements the Counter with Cipher Block Chaining mode (CCM) detailed in
NIST Special Publication 800-38C.
|
class |
ChaCha20Poly1305 |
class |
EAXBlockCipher
A Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and
Efficiency - by M.
|
class |
GCMBlockCipher
Implements the Galois/Counter mode (GCM) detailed in
NIST Special Publication 800-38D.
|
class |
KCCMBlockCipher
Implementation of DSTU7624 CCM mode
|
class |
KGCMBlockCipher
Implementation of DSTU7624 GCM mode
|
class |
OCBBlockCipher
An implementation of RFC 7253 on The OCB
Authenticated-Encryption Algorithm, licensed per:
|
Constructor and Description |
---|
BaseBlockCipher(AEADCipher engine,
boolean fixedIv,
int ivLength) |
Copyright © 2021 BouncyCastle.org. All rights reserved.