|
Bouncy Castle Cryptography 1.28 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.spec.RSAKeyGenParameterSpec
specifies parameters to be used for the generation of a RSA key pair.
Constructor Summary | |
RSAKeyGenParameterSpec(int keysize,
java.math.BigInteger publicExponent)
|
Method Summary | |
int |
getKeysize()
|
java.math.BigInteger |
getPublicExponent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAKeyGenParameterSpec(int keysize, java.math.BigInteger publicExponent)
Method Detail |
public int getKeysize()
public java.math.BigInteger getPublicExponent()
|
Bouncy Castle Cryptography 1.28 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |