Uses of Interface
org.bouncycastle.crypto.modes.AEADCipher
-
Packages that use AEADCipher Package Description org.bouncycastle.crypto.modes org.bouncycastle.jcajce.provider.symmetric.util -
-
Uses of AEADCipher in org.bouncycastle.crypto.modes
Subinterfaces of AEADCipher in org.bouncycastle.crypto.modes Modifier and Type Interface Description interface
AEADBlockCipher
AnAEADCipher
based on aBlockCipher
.Classes in org.bouncycastle.crypto.modes that implement AEADCipher Modifier and Type Class 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 modeclass
KGCMBlockCipher
Implementation of DSTU7624 GCM modeclass
OCBBlockCipher
An implementation of RFC 7253 on The OCB Authenticated-Encryption Algorithm, licensed per: -
Uses of AEADCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type AEADCipher Constructor Description BaseBlockCipher(AEADCipher engine, boolean fixedIv, int ivLength)
-