RSAKey

public interface RSAKey
Known Indirect Subclasses

The interface to an RSA public or private key.

Public Method Summary

abstract BigInteger
getModulus()
Returns the modulus.

Public Methods

public abstract BigInteger getModulus ()

Returns the modulus.

Returns
  • the modulus