KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > SecretKeyFactorySpi

javax.crypto
Class SecretKeyFactorySpi

java.lang.Object
  extended by javax.crypto.SecretKeyFactorySpi
See Also:
Source Code, SecretKey, DESKeySpec, DESedeKeySpec

protected abstract SecretKey engineGenerateSecret(KeySpec keySpec)
                                           throws InvalidKeySpecException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract KeySpec engineGetKeySpec(SecretKey key,
                                            Class keySpec)
                                     throws InvalidKeySpecException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract SecretKey engineTranslateKey(SecretKey key)
                                         throws InvalidKeyException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SecretKeyFactorySpi()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags