public
interface
RSAKey
java.security.interfaces.RSAKey |
Known Indirect Subclasses |
The interface to an RSA public or private key.
See also:
Public methods | |
---|---|
abstract
BigInteger
|
getModulus()
Returns the modulus. |
BigInteger getModulus ()
Returns the modulus.
Returns | |
---|---|
BigInteger |
the modulus |