- 所有超接口:
-
DHKey
,Key
,PublicKey
,Serializable
Diffie-Hellman公钥的接口。
- 自版本:
- 1.4
- 参见:
-
Field Summary
-
Method Summary
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. Do not use; no replacement.自J2SE 1.4以来用于指示序列化兼容性的类指纹。- 参见:
-
-
Method Details
-
getY
BigInteger getY()返回公共值y
。- 返回:
-
公共值
y
-
serialVersionUID
字段是无效的。