java.security.interfaces
Interface RSAKey

All Known Subinterfaces:
RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface RSAKey

The interface to an RSA public or private key.

Since:
1.3
Version:
1.3 02/02/00
Author:
Jan Luehe
See Also:
RSAPublicKey, RSAPrivateKey

Method Summary
 BigInteger getModulus()
          Returns the modulus.
 

Method Detail

getModulus

BigInteger getModulus()
Returns the modulus.

Returns:
the modulus