iaik.pkcs.pkcs12
Class IvGenerator

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

public class IvGenerator
extends iaik.pkcs.pkcs12.KeyMaterialGenerator

This class uses the KeyMaterialGenerator for deriving a PKCS#12 IV 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
IvGenerator()
          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

IvGenerator

public IvGenerator()
Default Constructor. Initializes the KeyMaterialGenerator for generating an IV for a symmetric CBC cipher.