Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

RSAKey

public interface RSAKey

java.security.interfaces.RSAKey


The interface to an RSA public or private key.

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