gnu.crypto.jce.key

Class DESSecretKeyFactoryImpl

public class DESSecretKeyFactoryImpl extends SecretKeyFactoryImpl

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

Constructor Detail

DESSecretKeyFactoryImpl

public DESSecretKeyFactoryImpl()

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.