No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | java.security.spec.RSAPublicKeySpec |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
RSAPublicKeySpec with the specified modulus and public exponent.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the modulus
n.
|
||||||||||
|
|
Returns the public exponent
d.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Creates a new RSAPublicKeySpec with the specified modulus and public exponent.
| modulus | the modulus n. |
|---|---|
| publicExponent | the public exponent d. |
Returns the public exponent d.
d.