API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.security.interfaces.
RSAKey
View Source
Author(s)
Jan Luehe
Since
1.3
Version
1.7 11/17/05
Serial
Hierarchy
RSAKey
Subinterfaces
See ALL subinterfaces
RSAPrivateKey
RSAPublicKey
See DIRECT subinterfaces
RSAMultiPrimePrivateCrtKey
RSAPrivateCrtKey
RSAPrivateKey
RSAPublicKey
Quick Links:
Methods
Fields
Description
public
interface RSAKey
The interface to an RSA public or private key.
The interface to an RSA public or private key.
See also:
RSAPublicKey
RSAPrivateKey
Methods
Hide/Show inherited methods
public
BigInteger
getModulus
()
Returns the modulus.
Returns the modulus.
Returns:
the modulus
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar