-
- All Superinterfaces:
-
Destroyable
,DHKey
,Key
,PrivateKey
,Serializable
public interface DHPrivateKey extends DHKey, PrivateKey
与Diffie-Hellman私钥的接口。- 从以下版本开始:
- 1.4
- 另请参见:
-
DHKey
,DHPublicKey
-
-
Field Summary
Fields Modifier and Type Field 描述 static long
serialVersionUID
从J2SE 1.4起设置为指示序列化兼容性的类指纹。
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 BigInteger
getX()
返回私有值,x
。-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
字段详细信息
-
serialVersionUID
static final long serialVersionUID
从J2SE 1.4起设置为指示序列化兼容性的类指纹。- 另请参见:
- Constant Field Values
-
-
方法详细信息
-
getX
BigInteger getX()
返回私有值,x
。- 结果
-
私有价值,
x
-
-