de.flexiprovider.core.rc2.interfaces
Class RC2KeyGenerator

java.lang.Object
  |
  +--javax.crypto.KeyGeneratorSpi
        |
        +--de.flexiprovider.api.keys.SecretKeyGenerator
              |
              +--de.flexiprovider.core.rc2.interfaces.RC2KeyGenerator
Direct Known Subclasses:
RC2KeyGenerator

public abstract class RC2KeyGenerator
extends SecretKeyGenerator


Constructor Summary
RC2KeyGenerator()
           
 
Method Summary
protected  void engineInit(java.security.spec.AlgorithmParameterSpec params, java.security.SecureRandom javaRand)
           
 
Methods inherited from class de.flexiprovider.api.keys.SecretKeyGenerator
engineGenerateKey, engineInit, engineInit, generateKey, init, init, init, init, init, init
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RC2KeyGenerator

public RC2KeyGenerator()
Method Detail

engineInit

protected void engineInit(java.security.spec.AlgorithmParameterSpec params,
                          java.security.SecureRandom javaRand)
                   throws java.security.InvalidAlgorithmParameterException
Overrides:
engineInit in class SecretKeyGenerator