|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
java.security
|
|||||||||||||||
| Constructor Summary | |
|---|---|
AlgorithmParameterGeneratorSpi()
|
|
| Method Summary | |
|---|---|
protected abstract AlgorithmParameters |
engineGenerateParameters()
Generates the parameters. |
protected abstract void |
engineInit(AlgorithmParameterSpec genParamSpec,
SecureRandom random)
Initializes this parameter generator with a set of algorithm-specific parameter generation values. |
protected abstract void |
engineInit(int size,
SecureRandom random)
Initializes this parameter generator for a certain size and source of randomness. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlgorithmParameterGeneratorSpi()
| Method Detail |
|---|
protected abstract void engineInit(int size,
SecureRandom random)
size - the size (number of bits).random - the source of randomness.protected abstract void engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random) throws InvalidAlgorithmParameterException
genParamSpec - the set of algorithm-specific parameter generation values.random - the source of randomness.
InvalidAlgorithmParameterException - if the given parameter
generation values are inappropriate for this parameter generator.protected abstract AlgorithmParameters engineGenerateParameters()