gnu.crypto.jce.key

Class SecretKeyFactoryImpl

public abstract class SecretKeyFactoryImpl extends SecretKeyFactorySpi

Constructor Summary
protected SecretKeyFactoryImpl()
Method Summary
protected SecretKeyengineGenerateSecret(KeySpec spec)
protected KeySpecengineGetKeySpec(SecretKey key, Class spec)
protected SecretKeyengineTranslateKey(SecretKey key)

Constructor Detail

SecretKeyFactoryImpl

protected SecretKeyFactoryImpl()

Method Detail

engineGenerateSecret

protected SecretKey engineGenerateSecret(KeySpec spec)

engineGetKeySpec

protected KeySpec engineGetKeySpec(SecretKey key, Class spec)

engineTranslateKey

protected SecretKey engineTranslateKey(SecretKey key)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.