gnu.crypto.jce.key

Class SecretKeyFactoryImpl

Known Direct Subclasses:
AnubisSecretKeyFactoryImpl, BlowfishSecretKeyFactoryImpl, Cast5SecretKeyFactoryImpl, DESedeSecretKeyFactoryImpl, DESSecretKeyFactoryImpl, KhazadSecretKeyFactoryImpl, RijndaelSecretKeyFactoryImpl, SerpentSecretKeyFactoryImpl, SquareSecretKeyFactoryImpl, TwofishSecretKeyFactoryImpl

public abstract class SecretKeyFactoryImpl
extends SecretKeyFactorySpi

Constructor Summary

SecretKeyFactoryImpl()

Method Summary

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

Constructor Details

SecretKeyFactoryImpl

protected SecretKeyFactoryImpl()

Method Details

engineGenerateSecret

protected SecretKey engineGenerateSecret(KeySpec spec)
            throws InvalidKeySpecException

engineGetKeySpec

protected KeySpec engineGetKeySpec(SecretKey key,
                                   Class spec)
            throws InvalidKeySpecException

engineTranslateKey

protected SecretKey engineTranslateKey(SecretKey key)
            throws InvalidKeyException

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