public interface RSAKey
RSA公钥或私钥的接口。
也可以看看:
RSAPublicKey
RSAPrivateKey
abstract BigInteger
getModulus()
返回模量。
BigInteger getModulus ()
BigInteger