gnu.crypto.jce.key
Class DESSecretKeyFactoryImpl
java.lang.Object
javax.crypto.SecretKeyFactorySpi
gnu.crypto.jce.key.SecretKeyFactoryImpl
gnu.crypto.jce.key.DESSecretKeyFactoryImpl
public class DESSecretKeyFactoryImpl
- extends SecretKeyFactoryImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESSecretKeyFactoryImpl
public DESSecretKeyFactoryImpl()
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
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.