-
- All Known Subinterfaces:
-
RSAMultiPrimePrivateCrtKey
,RSAPrivateCrtKey
,RSAPrivateKey
,RSAPublicKey
public interface RSAKey
与RSA公钥或私钥的接口。- 从以下版本开始:
- 1.3
- 另请参见:
-
RSAPublicKey
,RSAPrivateKey
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 BigInteger
getModulus()
返回模数。
-
-
-
方法详细信息
-
getModulus
BigInteger getModulus()
返回模数。- 结果
- the modulus
-
-