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!