gnu.crypto.jce.key

Class 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

engineGenerateSecret, engineGetKeySpec, engineTranslateKey

Constructor Details

DESedeSecretKeyFactoryImpl

public DESedeSecretKeyFactoryImpl()

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.