Uses of Interface
org.bouncycastle.crypto.modes.CFBModeCipher
Packages that use CFBModeCipher
-
Uses of CFBModeCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement CFBModeCipherModifier and TypeClassDescriptionclassimplements a Cipher-FeedBack (CFB) mode on top of a simple cipher.Methods in org.bouncycastle.crypto.modes that return CFBModeCipherModifier and TypeMethodDescriptionstatic CFBModeCipherCFBBlockCipher.newInstance(BlockCipher cipher, int blockSize) Return a new CFB mode cipher based on the passed in base cipher