Package java.security.interfaces
Interface RSAKey
- All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey,RSAPrivateCrtKey,RSAPrivateKey,RSAPublicKey
- All Known Implementing Classes:
BCRSAPrivateCrtKey,BCRSAPrivateKey,BCRSAPublicKey,JCERSAPrivateCrtKey,JCERSAPrivateKey,JCERSAPublicKey,OpenSSLRSAPrivateCrtKey,OpenSSLRSAPrivateKey,OpenSSLRSAPublicKey
public interface RSAKey
The base interface for PKCS#1 RSA public and private keys.
-
Method Summary
Modifier and Type Method Description BigIntegergetModulus()Returns the modulus.
-
Method Details
-
getModulus
BigInteger getModulus()Returns the modulus.- Returns:
- the modulus.
-