Uses of Interface
org.bouncycastle.crypto.modes.CCMModeCipher
Packages that use CCMModeCipher
-
Uses of CCMModeCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement CCMModeCipherModifier and TypeClassDescriptionclassImplements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.Methods in org.bouncycastle.crypto.modes that return CCMModeCipherModifier and TypeMethodDescriptionstatic CCMModeCipherCCMBlockCipher.newInstance(BlockCipher cipher) Return a new CCM mode cipher based on the passed in base cipher