Uses of Interface
org.bouncycastle.crypto.modes.AEADBlockCipher
| Package | Description |
|---|---|
| org.bouncycastle.crypto.modes |
-
Uses of AEADBlockCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement AEADBlockCipher Modifier and Type Class Description classCCMBlockCipherImplements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.classGCMBlockCipherImplements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.