|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.security.interfaces
接口 RSAKey
-
public interface RSAKey
RSA 公用密钥或专用密钥的接口。
- 从以下版本开始:
- 1.3
- 另请参见:
-
RSAPublicKey
,RSAPrivateKey
方法摘要 | |
---|---|
BigInteger |
getModulus() 返回该系数。 |
方法详细信息 |
---|
getModulus
BigInteger getModulus()
- 返回该系数。
-
- 返回:
- 系数
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |