- 所有超级接口:
-
Key
,PublicKey
,RSAKey
,Serializable
RSA公钥的接口。
- 自JDK版本:
- 1.2
-
Field Summary
-
Method Summary
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat
Methods declared in interface java.security.interfaces.RSAKey
getModulus, getParams
-
Field Details
-
serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. Do not use; no replacement.设置的类型指纹,用于指示与类型先前版本的序列化兼容性。- 参见:
-
-
Method Details
-
getPublicExponent
BigInteger getPublicExponent()返回公共指数。- 返回:
- 公共指数
-
serialVersionUID
字段是无效的。