java.security.interfaces
Interface RSAKey

All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface RSAKey

Untamed: The interface to an RSA public or private key.

Since:
1.3
Version:
1.4 12/03/01
Author:
Jan Luehe
See Also:
RSAPublicKey, RSAPrivateKey

Method Summary
 BigInteger getModulus()
          Enabled: Returns the modulus.
 

Method Detail

getModulus

public BigInteger getModulus()
Enabled: Returns the modulus.

Returns:
the modulus


comments?