gnu.crypto.jce.key
Class SecretKeyFactoryImpl
java.lang.Object
javax.crypto.SecretKeyFactorySpi
gnu.crypto.jce.key.SecretKeyFactoryImpl
- Direct Known Subclasses:
- AnubisSecretKeyFactoryImpl, BlowfishSecretKeyFactoryImpl, Cast5SecretKeyFactoryImpl, DESedeSecretKeyFactoryImpl, DESSecretKeyFactoryImpl, KhazadSecretKeyFactoryImpl, RijndaelSecretKeyFactoryImpl, SerpentSecretKeyFactoryImpl, SquareSecretKeyFactoryImpl, TwofishSecretKeyFactoryImpl
- public abstract class SecretKeyFactoryImpl
- extends SecretKeyFactorySpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecretKeyFactoryImpl
protected SecretKeyFactoryImpl()
engineGenerateSecret
protected SecretKey engineGenerateSecret(KeySpec spec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineGetKeySpec
protected KeySpec engineGetKeySpec(SecretKey key,
Class spec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineTranslateKey
protected SecretKey engineTranslateKey(SecretKey key)
throws InvalidKeyException
- Throws:
InvalidKeyException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.