No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | java.security.spec.RSAKeyGenParameterSpec |
The parameter specification for generating an RSA key pair.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
F0 | The value of the public exponent F0 = 3. |
|||||||||
|
|
F4 | The value of the public exponent F4 = 65537. |
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
RSAKeyGenParameterSpec with the specified key size and public exponent.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the size of the modulus (number of bits).
|
||||||||||
|
|
Returns the value of the public exponent.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Creates a new RSAKeyGenParameterSpec with the specified key size and public exponent.
| keysize | the size of the modulus (number of bits). |
|---|---|
| publicExponent | the value of the public exponent. |
Returns the size of the modulus (number of bits).
Returns the value of the public exponent.