API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.spec.
RSAPublicKeySpec
View Source
Author(s)
Jan Luehe
Since
Version
1.11 05/11/17
Serial
Hierarchy
Object
RSAPublicKeySpec
Implements
KeySpec
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class RSAPublicKeySpec
This class specifies an RSA public key.
This class specifies an RSA public key.
See also:
Key
KeyFactory
KeySpec
X509EncodedKeySpec
RSAPrivateKeySpec
RSAPrivateCrtKeySpec
Constructors
public
RSAPublicKeySpec
(
BigInteger
modulus,
BigInteger
publicExponent)
Creates a new RSAPublicKeySpec.
Creates a new RSAPublicKeySpec.
Parameters:
-
modulus
- the modulus
-
publicExponent
- the public exponent
Methods
Hide/Show inherited methods
public
BigInteger
getModulus
()
Returns the modulus.
Returns the modulus.
Returns:
the modulus
public
BigInteger
getPublicExponent
()
Returns the public exponent.
Returns the public exponent.
Returns:
the public exponent
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar