Uses of Interface
org.bouncycastle.crypto.modes.AEADBlockCipher
-
Packages that use AEADBlockCipher Package Description org.bouncycastle.crypto.io org.bouncycastle.crypto.modes org.bouncycastle.jcajce.provider.symmetric.util -
-
Uses of AEADBlockCipher in org.bouncycastle.crypto.io
Constructors in org.bouncycastle.crypto.io with parameters of type AEADBlockCipher Constructor Description CipherInputStream(InputStream is, AEADBlockCipher cipher)
Constructs a CipherInputStream from an InputStream and an AEADBlockCipher.CipherInputStream(InputStream is, AEADBlockCipher cipher, int bufSize)
Constructs a CipherInputStream from an InputStream, an AEADBlockCipher, and a specified internal buffer size.CipherOutputStream(OutputStream os, AEADBlockCipher cipher)
Constructs a CipherOutputStream from an OutputStream and a AEADBlockCipher. -
Uses of AEADBlockCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement AEADBlockCipher Modifier and Type Class Description class
CCMBlockCipher
Implements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.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 AEADBlockCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type AEADBlockCipher Constructor Description BaseBlockCipher(AEADBlockCipher engine)
BaseBlockCipher(AEADBlockCipher engine, boolean fixedIv, int ivLength)
-