gnu.crypto.jce.key

Class DESSecretKeyFactoryImpl


public class DESSecretKeyFactoryImpl
extends SecretKeyFactoryImpl

Constructor Summary

DESSecretKeyFactoryImpl()

Method Summary

protected SecretKey
engineGenerateSecret(KeySpec spec)
protected KeySpec
engineGetKeySpec(SecretKey key, Class spec)

Methods inherited from class gnu.crypto.jce.key.SecretKeyFactoryImpl

engineGenerateSecret, engineGetKeySpec, engineTranslateKey

Constructor Details

DESSecretKeyFactoryImpl

public DESSecretKeyFactoryImpl()

Method Details

engineGenerateSecret

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

engineGetKeySpec

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

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