|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockCipher | |
---|---|
org.apache.geronimo.util.crypto.modes |
Uses of BlockCipher in org.apache.geronimo.util.crypto.modes |
---|
Classes in org.apache.geronimo.util.crypto.modes that implement BlockCipher | |
---|---|
class |
CBCBlockCipher
implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher. |
Methods in org.apache.geronimo.util.crypto.modes that return BlockCipher | |
---|---|
BlockCipher |
CBCBlockCipher.getUnderlyingCipher()
return the underlying block cipher that we are wrapping. |
Constructors in org.apache.geronimo.util.crypto.modes with parameters of type BlockCipher | |
---|---|
CBCBlockCipher(BlockCipher cipher)
Basic constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |