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 RSAKeyThe base interface for PKCS#1 RSA public and private keys.
-
-
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.
-
-