Uses of Interface
org.bouncycastle.crypto.modes.AEADCipher
Packages that use AEADCipher
Package
Description
-
Uses of AEADCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement AEADCipherModifier and TypeClassDescriptionclassASCON AEAD v1.2, https://ascon.iaik.tugraz.at/ https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/ascon-spec-final.pdfclassElephant AEAD v2, based on the current round 3 submission, https://www.esat.kuleuven.be/cosic/elephant/ Reference C implementation: https://github.com/TimBeyne/Elephant Specification: https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/elephant-spec-final.pdfclassGrain-128 AEAD, based on the current round 3 submission, https://grain-128aead.github.io/classISAP AEAD v2, https://isap.iaik.tugraz.at/ https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/isap-spec-final.pdfclassPhoton-Beetle, https://www.isical.ac.in/~lightweight/beetle/ https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/photon-beetle-spec-final.pdfclassSparkle v1.2, based on the current round 3 submission, https://sparkle-lwc.github.io/ Reference C implementation: https://github.com/cryptolu/sparkle Specification: https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/sparkle-spec-final.pdfclassXoodyak v1, https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/xoodyak-spec-final.pdf -
Uses of AEADCipher in org.bouncycastle.crypto.modes
Subinterfaces of AEADCipher in org.bouncycastle.crypto.modesModifier and TypeInterfaceDescriptioninterfaceAnAEADCipherbased on aBlockCipher.interfaceinterfaceClasses in org.bouncycastle.crypto.modes that implement AEADCipherModifier and TypeClassDescriptionclassImplements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.classclassA 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 AEADCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type AEADCipherModifierConstructorDescriptionprotectedBaseBlockCipher(AEADCipher engine, boolean fixedIv, int ivLength)