java.security.interfaces
Interface RSAKey

All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey sample code for java.security.interfaces.RSAMultiPrimePrivateCrtKey definition code for java.security.interfaces.RSAMultiPrimePrivateCrtKey , RSAPrivateCrtKey sample code for java.security.interfaces.RSAPrivateCrtKey definition code for java.security.interfaces.RSAPrivateCrtKey , RSAPrivateKey sample code for java.security.interfaces.RSAPrivateKey definition code for java.security.interfaces.RSAPrivateKey , RSAPublicKey sample code for java.security.interfaces.RSAPublicKey definition code for java.security.interfaces.RSAPublicKey

public interface RSAKey

The interface to an RSA public or private key.

Since:
1.3
See Also:
RSAPublicKey sample code for java.security.interfaces.RSAPublicKey definition code for java.security.interfaces.RSAPublicKey , RSAPrivateKey sample code for java.security.interfaces.RSAPrivateKey definition code for java.security.interfaces.RSAPrivateKey

Method Summary
 BigInteger sample code for java.math.BigInteger definition code for java.math.BigInteger getModulus sample code for java.security.interfaces.RSAKey.getModulus() definition code for java.security.interfaces.RSAKey.getModulus() ()
          Returns the modulus.
 

Method Detail

getModulus sample code for java.security.interfaces.RSAKey.getModulus() definition code for java.security.interfaces.RSAKey.getModulus()

BigInteger sample code for java.math.BigInteger definition code for java.math.BigInteger  getModulus()
Returns the modulus.

Returns:
the modulus