Foundation 1.1.2

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
See Also:
RSAPublicKey, RSAPrivateKey

Method Summary
 BigInteger getModulus()
          Returns the modulus.
 

Method Detail

getModulus

public BigInteger getModulus()
Returns the modulus.

Returns:
the modulus

Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.