Uses of Interface
org.bouncycastle.crypto.modes.CBCModeCipher
Packages that use CBCModeCipher
-
Uses of CBCModeCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement CBCModeCipherModifier and TypeClassDescriptionclassimplements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.Methods in org.bouncycastle.crypto.modes that return CBCModeCipherModifier and TypeMethodDescriptionstatic CBCModeCipherCBCBlockCipher.newInstance(BlockCipher cipher) Return a new CBC mode cipher based on the passed in base cipher