Final

java.security.interfaces
Interface RSAKey

All Known Subinterfaces:
RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey

public interface RSAKey

This interface represents RSA keys.

See Also:
RSAPublicKey, RSAPrivateKey

Method Summary
 BigInteger getModulus()
          Return the modulus for the receiver.
 

Method Detail

getModulus

BigInteger getModulus()
Return the modulus for the receiver.

Returns:
BigInteger the modulus for the receiver.

Final

Licensed Materials - Property of IBM
© Copyright IBM Corp. 2006, 2008 All Rights Reserved.