Methods Summary |
---|
protected abstract java.security.AlgorithmParameters | engineGenerateParameters()Computes and returns {@code AlgorithmParameters} for this generator's
algorithm.
|
protected abstract void | engineInit(int size, java.security.SecureRandom random)Initializes this {@code AlgorithmParameterGeneratorSpi} with the given
size and the given {@code SecureRandom}. The default parameter set
will be used.
|
protected abstract void | engineInit(java.security.spec.AlgorithmParameterSpec genParamSpec, java.security.SecureRandom random)Initializes this {@code AlgorithmParameterGeneratorSpi} with the given
{@code AlgorithmParameterSpec} and the given {@code SecureRandom}.
|