gnu.crypto.jce.key

Class DESedeSecretKeyFactoryImpl

public class DESedeSecretKeyFactoryImpl extends SecretKeyFactoryImpl

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

Constructor Detail

DESedeSecretKeyFactoryImpl

public DESedeSecretKeyFactoryImpl()

Method Detail

engineGenerateSecret

protected SecretKey engineGenerateSecret(KeySpec spec)

engineGetKeySpec

protected KeySpec engineGetKeySpec(SecretKey key, Class spec)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.