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 modulus
n
.
n
.
Returns the public exponent
d
.
d
.