Uses of Interface
org.bouncycastle.crypto.modes.AEADBlockCipher
Packages that use AEADBlockCipher
Package
Description
-
Uses of AEADBlockCipher in org.bouncycastle.crypto.io
Constructors in org.bouncycastle.crypto.io with parameters of type AEADBlockCipherModifierConstructorDescriptionCipherInputStream(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
Subinterfaces of AEADBlockCipher in org.bouncycastle.crypto.modesClasses in org.bouncycastle.crypto.modes that implement AEADBlockCipherModifier and TypeClassDescriptionclassImplements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.classA Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and Efficiency - by M.classImplements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.classGCM-SIV Mode.classImplementation of DSTU7624 CCM modeclassImplementation of DSTU7624 GCM modeclassAn implementation of RFC 7253 on The OCB Authenticated-Encryption Algorithm. -
Uses of AEADBlockCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type AEADBlockCipherModifierConstructorDescriptionprotectedBaseBlockCipher(AEADBlockCipher engine) protectedBaseBlockCipher(AEADBlockCipher engine, boolean fixedIv, int ivLength)