Most visited

Recently visited

Added in API level 1

RSAKey

public interface RSAKey

java.security.interfaces.RSAKey
Known Indirect Subclasses


RSA公钥或私钥的接口。

也可以看看:

Summary

Public methods

abstract BigInteger getModulus()

返回模量。

Public methods

getModulus

Added in API level 1
BigInteger getModulus ()

返回模量。

Returns
BigInteger the modulus

Hooray!