KickJava   Java API By Example, From Geeks To Geeks.

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

javax.crypto
Class KeyGeneratorSpi

java.lang.Object
  extended by javax.crypto.KeyGeneratorSpi
See Also:
Source Code, SecretKey

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


protected abstract void engineInit(int keysize,
                                   SecureRandom random)
See Also:
InvalidParameterException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract void engineInit(SecureRandom random)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract void engineInit(AlgorithmParameterSpec params,
                                   SecureRandom random)
                            throws InvalidAlgorithmParameterException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags