Added in API level 1

RSAKey

public interface RSAKey

java.security.interfaces.RSAKey


The interface to a public or private key in PKCS#1 v2.2 standard, such as those for RSA, or RSASSA-PSS algorithms.

Summary

Public methods

abstract BigInteger getModulus()

Returns the modulus.

Public methods

getModulus

Added in API level 1
public abstract BigInteger getModulus ()

Returns the modulus.

Returns
BigInteger the modulus