|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.spec.RSAKeyGenParameterSpec
public class RSAKeyGenParameterSpec
This class generates a set of RSA Key parameters used in the generation of RSA keys.
Field Summary | |
---|---|
static BigInteger |
F0
Public Exponent F0 = 3 |
static BigInteger |
F4
Public Exponent F4 = 3 |
Constructor Summary | |
---|---|
RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent)
Create a new RSAKeyGenParameterSpec to store the RSA key's keysize and public exponent |
Method Summary | |
---|---|
int |
getKeysize()
Return the size of the key. |
BigInteger |
getPublicExponent()
Return the public exponent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BigInteger F0
public static final BigInteger F4
Constructor Detail |
---|
public RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
keysize
- Modulus size of key in bitspublicExponent
- - the exponentMethod Detail |
---|
public int getKeysize()
public BigInteger getPublicExponent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |