Uses of Interface
org.apache.geronimo.crypto.crypto.BlockCipher

Packages that use BlockCipher
org.apache.geronimo.crypto.crypto.modes   
 

Uses of BlockCipher in org.apache.geronimo.crypto.crypto.modes
 

Classes in org.apache.geronimo.crypto.crypto.modes that implement BlockCipher
 class CBCBlockCipher
          implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
 

Methods in org.apache.geronimo.crypto.crypto.modes that return BlockCipher
 BlockCipher CBCBlockCipher.getUnderlyingCipher()
          return the underlying block cipher that we are wrapping.
 

Constructors in org.apache.geronimo.crypto.crypto.modes with parameters of type BlockCipher
CBCBlockCipher(BlockCipher cipher)
          Basic constructor.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.