API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
RSAPublicKey
View Source
Author(s)
Jan Luehe
Since
Version
1.11 05/11/17
Serial
Hierarchy
Serializable
Key
PublicKey
RSAPublicKey
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface RSAPublicKey
The interface to an RSA public key.
See also:
Methods
Hide/Show inherited methods
public
BigInteger
getPublicExponent
()
Returns the public exponent.
Returns the public exponent.
Returns:
the public exponent
Fields
Hide/Show inherited fields
public
final
static
long
serialVersionUID
= "-8727434096241101194"
public
final
static
long
serialVersionUID
= "7187392471159151072"
[Inherited From
PublicKey
]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
public
final
static
long
serialVersionUID
= "6603384152749567654"
[Inherited From
PublicKey
]
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar