Uses of Interface
edu.vt.middleware.crypt.pbe.KeyGenerator

Packages that use KeyGenerator
edu.vt.middleware.crypt.pbe   
 

Uses of KeyGenerator in edu.vt.middleware.crypt.pbe
 

Classes in edu.vt.middleware.crypt.pbe that implement KeyGenerator
 class AbstractPKCSKeyGenerator
          Base class for all PKCS key generators that use a key derivation function that performs iterative hashing operations on a salted password.
 class OpenSSLKeyGenerator
          Implements a password generation function compatible with the enc operation of OpenSSL in PBE mode.
 class PBKDF1KeyGenerator
          Implements the PBKDF1 key generation function defined in PKCS#5v2.
 class PBKDF2KeyGenerator
          Implements the PBKDF2 key generation function defined in PKCS#5v2.
 class PKCS12KeyGenerator
          Implements the password-based key generation function defined in section B of PKCS#12.
 

Methods in edu.vt.middleware.crypt.pbe with parameters of type KeyGenerator
protected  void AbstractVariableKeySizeEncryptionScheme.setGenerator(KeyGenerator keyGen)
          Sets the key generator.
 



Copyright © 2003-2011 Virginia Tech. All Rights Reserved.