gnu.crypto.jce.key
public abstract class SecretKeyFactoryImpl extends SecretKeyFactorySpi
| Constructor Summary | |
|---|---|
| protected | SecretKeyFactoryImpl() |
| Method Summary | |
|---|---|
| protected SecretKey | engineGenerateSecret(KeySpec spec) |
| protected KeySpec | engineGetKeySpec(SecretKey key, Class spec) |
| protected SecretKey | engineTranslateKey(SecretKey key) |