For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.key
Class DESedeSecretKeyFactoryImpl

java.lang.Object
  extended byjavax.crypto.SecretKeyFactorySpi
      extended bygnu.crypto.jce.key.SecretKeyFactoryImpl
          extended bygnu.crypto.jce.key.DESedeSecretKeyFactoryImpl

public class DESedeSecretKeyFactoryImpl
extends SecretKeyFactoryImpl


Constructor Summary
DESedeSecretKeyFactoryImpl()
           
 
Method Summary
protected  SecretKey engineGenerateSecret(KeySpec spec)
           
protected  KeySpec engineGetKeySpec(SecretKey key, Class spec)
           
 
Methods inherited from class gnu.crypto.jce.key.SecretKeyFactoryImpl
engineTranslateKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DESedeSecretKeyFactoryImpl

public DESedeSecretKeyFactoryImpl()
Method Detail

engineGenerateSecret

protected SecretKey engineGenerateSecret(KeySpec spec)
                                  throws InvalidKeySpecException
Overrides:
engineGenerateSecret in class SecretKeyFactoryImpl
Throws:
InvalidKeySpecException

engineGetKeySpec

protected KeySpec engineGetKeySpec(SecretKey key,
                                   Class spec)
                            throws InvalidKeySpecException
Overrides:
engineGetKeySpec in class SecretKeyFactoryImpl
Throws:
InvalidKeySpecException

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.