Added in API level 1
Summary:
Methods
RSAKey
public
interface
RSAKey
| java.security.interfaces.RSAKey |
The interface to an RSA public or private key.
See also:
Summary
Public methods | |
|---|---|
abstract
BigInteger
|
getModulus()
Returns the modulus. |
Public methods
getModulus
Added in API level 1
public abstract BigInteger getModulus ()
Returns the modulus.
| Returns | |
|---|---|
BigInteger |
the modulus |