- 所有父级接口:
Key,PublicKey,RSAKey,Serializable
RSA 公钥的接口。
- 自从:
- 1.2
-
字段摘要
字段 -
方法总结
在接口 java.security.Key 中声明的方法
getAlgorithm, getEncoded, getFormat在接口 java.security.interfaces.RSAKey 中声明的方法
getModulus, getParams
-
字段详细信息
-
serialVersionUID
已弃用。接口中的serialVersionUID字段无效。不使用;没有替代品。设置为指示与该类型的先前版本的序列化兼容性的类型指纹。- 参见:
-
-
方法详情
-
getPublicExponent
BigInteger getPublicExponent()返回公共指数。- 返回:
- 公共指数
-
serialVersionUID字段无效。