public interface

RSAKey

java.security.interfaces.RSAKey
Known Indirect Subclasses

Class Overview

The interface to an RSA public or private key.

Summary

Public Methods
abstract BigInteger getModulus()
Returns the modulus.

Public Methods

public abstract BigInteger getModulus ()

Returns the modulus.

Returns
  • the modulus