API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
RSAPrivateKey
View Source
Author(s)
Jan Luehe
Since
Version
1.12 05/11/17
Serial
Hierarchy
Serializable
Key
PrivateKey
RSAPrivateKey
Subinterfaces
RSAMultiPrimePrivateCrtKey
RSAPrivateCrtKey
See DIRECT subinterfaces
RSAMultiPrimePrivateCrtKey
RSAPrivateCrtKey
Quick Links:
Methods
Fields
Description
public
interface RSAPrivateKey
The interface to an RSA private key.
The interface to an RSA private key.
See also:
RSAPrivateCrtKey
Methods
Hide/Show inherited methods
public
BigInteger
getPrivateExponent
()
Returns the private exponent.
Returns the private exponent.
Returns:
the private exponent
Fields
Hide/Show inherited fields
public
final
static
long
serialVersionUID
= "5187144804936595022"
public
final
static
long
serialVersionUID
= "6034044314589513430"
[Inherited From
PrivateKey
]
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
PrivateKey
]
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