javax.crypto.interfaces
Interface DHPrivateKey
All Superinterfaces:
DHKey, java.security.Key, java.security.PrivateKey, java.io.Serializable
- public interface DHPrivateKey
- extends DHKey, java.security.PrivateKey
Since:
1.4
Version:
1.12, 01/14/04
Author:
Jan Luehe
See Also:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
serialVersionUID
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getX()
Returns the private value,
x.
|
| Methods inherited from interface javax.crypto.interfaces.DHKey |
|---|
getParams |
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm, getEncoded, getFormat |
Field Detail
serialVersionUID
- static final long serialVersionUID
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
See Also:
Method Detail
getX
- java.math.BigInteger getX()
Returns the private value,
x.
Returns:
the private value,
x