|
|||||||||
| 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.rsa.interfaces.RSAKeyPairGenerator
Translation interface between
RSAKeyGenParameterSpec and
RSAKeyGenParameterSpec.
| Constructor Summary | |
RSAKeyPairGenerator()
|
|
| Method Summary | |
void |
initialize(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom javaRand)
Translation adapter for Java-AlgorithmParameterSpecs: initialize the key pair generator using the specified parameters and 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 RSAKeyPairGenerator()
| Method Detail |
public void initialize(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom javaRand)
throws java.security.InvalidAlgorithmParameterException
initialize in class KeyPairGeneratorparams - the key generation parametersjavaRand - the source of randomnessjava.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 | ||||||||