iaik.pkcs.pkcs12
Class SecretKeyGenerator

java.lang.Object
  |
  +--javax.crypto.KeyGeneratorSpi
        |
        +--iaik.pkcs.pkcs12.KeyMaterialGenerator
              |
              +--iaik.pkcs.pkcs12.SecretKeyGenerator

public class SecretKeyGenerator
extends iaik.pkcs.pkcs12.KeyMaterialGenerator

This class uses the KeyMaterialGenerator for deriving a PKCS#12 secret keys from a password, a salt and an iteration count.

See Also:
KeyMaterialGenerator

Fields inherited from class iaik.pkcs.pkcs12.KeyMaterialGenerator
hash_algorithm, ID
 
Constructor Summary
SecretKeyGenerator()
          Default Constructor.
 
Methods inherited from class iaik.pkcs.pkcs12.KeyMaterialGenerator
engineGenerateKey, engineInit, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretKeyGenerator

public SecretKeyGenerator()
Default Constructor. Initializes the KeyMaterialGenerator for generating a SecretKey.