✓
public abstract class SecretKeyFactorySpi
extends java.lang.Object
Constructors
- ✓public SecretKeyFactorySpi()
Methods
- ✓protected abstract javax.crypto.SecretKey engineGenerateSecret(java.security.spec.KeySpec arg0) throws java.security.spec.InvalidKeySpecException
- ✓protected abstract java.security.spec.KeySpec engineGetKeySpec(javax.crypto.SecretKey arg0, java.lang.Class<?> arg1) throws java.security.spec.InvalidKeySpecException
- ✓protected abstract javax.crypto.SecretKey engineTranslateKey(javax.crypto.SecretKey arg0) throws java.security.InvalidKeyException