Creates a new {@code KeyGeneratorSpi} instance.sinceAndroid 1.0
Generates a secret key.returnthe generated secret key.sinceAndroid 1.0
Initializes this {@code KeyGeneratorSpi} instance with the specified algorithm parameters and randomness source.paramparams the parameters for the key generation algorithm.paramrandom the randomness source for any random bytes.throwsInvalidAlgorithmParameterException if the parameters cannot be uses to initialize this key generator algorithm.sinceAndroid 1.0
Initializes this {@code KeyGenerator} instance for the specified key size (in bits) using the specified randomness source.paramkeysize the size of the key (in bits).paramrandom the randomness source for any random bytes.sinceAndroid 1.0
Initializes this {@code KeyGenerator} with the specified randomness source.paramrandom the randomness source for any random bytes.sinceAndroid 1.0