public class LunaSecretKeyFactoryDES extends SecretKeyFactorySpi
| Constructor and Description |
|---|
LunaSecretKeyFactoryDES() |
| Modifier and Type | Method and Description |
|---|---|
protected SecretKey |
engineGenerateSecret(KeySpec spec) |
protected KeySpec |
engineGetKeySpec(SecretKey key,
Class specType) |
protected SecretKey |
engineTranslateKey(SecretKey key) |
protected SecretKey engineGenerateSecret(KeySpec spec) throws InvalidKeySpecException
engineGenerateSecret in class SecretKeyFactorySpiInvalidKeySpecExceptionprotected KeySpec engineGetKeySpec(SecretKey key, Class specType) throws InvalidKeySpecException
engineGetKeySpec in class SecretKeyFactorySpiInvalidKeySpecExceptionprotected SecretKey engineTranslateKey(SecretKey key) throws InvalidKeyException
engineTranslateKey in class SecretKeyFactorySpiInvalidKeyExceptionCopyright 2014-2016 SafeNet Inc