|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.security.KeyPairGeneratorSpi
|
+--de.flexiprovider.api.keys.KeyPairGenerator
|
+--de.flexiprovider.core.dsa.interfaces.DSAKeyPairGenerator
Translation layer between DSAParams and
DSAParameterSpec.
| Constructor Summary | |
DSAKeyPairGenerator()
|
|
| Method Summary | |
void |
initialize(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom javaRand)
Translation method between DSAParams and
DSAParameterSpec: initialize the key pair generator using the
specified parameter set and user-provided source of randomness. |
| Methods inherited from class de.flexiprovider.api.keys.KeyPairGenerator |
generateKeyPair, genKeyPair, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public DSAKeyPairGenerator()
| Method Detail |
public void initialize(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom javaRand)
throws java.security.InvalidAlgorithmParameterException
DSAParams and
DSAParameterSpec: initialize the key pair generator using the
specified parameter set and user-provided source of randomness. If
params is an instance of
DSAParams, it is converted to an
instance of DSAParameterSpec.initialize in class KeyPairGeneratorparams - the parameter set used to generate the keysjavaRand - the source of randomness for this generatorjava.security.InvalidAlgorithmParameterException - if the given parameters are inappropriate for this key
pair generator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||