Uses of Class
javax.crypto.KeyGeneratorSpi

Packages that use KeyGeneratorSpi
iaik.pkcs.pkcs12   
iaik.pkcs.pkcs5   
iaik.security.cipher   
javax.crypto   
 

Uses of KeyGeneratorSpi in iaik.pkcs.pkcs12
 

Subclasses of KeyGeneratorSpi in iaik.pkcs.pkcs12
 class IvGenerator
          This class uses the KeyMaterialGenerator for deriving a PKCS#12 IV from a password, a salt and an iteration count.
(package private)  class iaik.pkcs.pkcs12.KeyMaterialGenerator
          This class implements a KeyGenerator for the SecretKeys needed by PKCS#12.
 class MacKeyGenerator
          This class uses the KeyMaterialGenerator for deriving a PKCS#12 MAC-Key from a password, a salt and an iteration count.
 class SecretKeyGenerator
          This class uses the KeyMaterialGenerator for deriving a PKCS#12 secret keys from a password, a salt and an iteration count.
 

Uses of KeyGeneratorSpi in iaik.pkcs.pkcs5
 

Subclasses of KeyGeneratorSpi in iaik.pkcs.pkcs5
 class PBKDF2
          This class implements the KeyGenerator Service Provider Interface (SPI) for the password-based-key-derivation-function-2 from the PKCS#5 v2.0 Password-Based Cryptography Standard.
 

Uses of KeyGeneratorSpi in iaik.security.cipher
 

Subclasses of KeyGeneratorSpi in iaik.security.cipher
 class CAST128KeyGenerator
          This class provides the functionality of KeyGenerator for generating keys to be used by the CAST128 cipher.
 class DESKeyGenerator
          This class provides the functionality of a DES key generator.
 class IDEAKeyGenerator
          This class provides the functionality of a IDEA key generator.
 class RCxKeyGenerator
          This class provides the functionality of KeyGenerator for generating keys to be used by the RC2 and RC4 ciphers.
 class TripleDESKeyGenerator
          This class provides the functionality of a TripleDES key generator.
 class VarLengthKeyGenerator
          This class provides the functionality of KeyGenerator for generating keys with variable length.
 

Uses of KeyGeneratorSpi in javax.crypto
 

Constructors in javax.crypto with parameters of type KeyGeneratorSpi
KeyGenerator.KeyGenerator(KeyGeneratorSpi keyGenSpi, Provider provider, java.lang.String algorithm)
          Default Constructor for creating a KeyGenerator object.