-
- All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey,RSAPrivateCrtKey,RSAPrivateKey,RSAPublicKey
public interface RSAKeyThe interface to an RSA public or private key.- Since:
- 1.3
- See Also:
RSAPublicKey,RSAPrivateKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetModulus()Returns the modulus.
-
-
-
Method Detail
-
getModulus
BigInteger getModulus()
Returns the modulus.- Returns:
- the modulus
-
-