public abstract class LunaSecretKeyFactoryPBE extends SecretKeyFactorySpi
| Modifier and Type | Field and Description |
|---|---|
protected long |
mechType |
| Modifier | Constructor and Description |
|---|---|
protected |
LunaSecretKeyFactoryPBE(long mechType) |
| Modifier and Type | Method and Description |
|---|---|
protected SecretKey |
engineGenerateSecret(KeySpec keySpec) |
protected KeySpec |
engineGetKeySpec(SecretKey key,
Class keySpec) |
protected SecretKey |
engineTranslateKey(SecretKey key) |
protected SecretKey engineGenerateSecret(KeySpec keySpec) throws InvalidKeySpecException
engineGenerateSecret in class SecretKeyFactorySpiInvalidKeySpecExceptionprotected KeySpec engineGetKeySpec(SecretKey key, Class keySpec) throws InvalidKeySpecException
engineGetKeySpec in class SecretKeyFactorySpiInvalidKeySpecExceptionprotected SecretKey engineTranslateKey(SecretKey key) throws InvalidKeyException
engineTranslateKey in class SecretKeyFactorySpiInvalidKeyExceptionCopyright 2014-2016 SafeNet Inc