javax.crypto.interfaces
Interface DHPublicKey
All Superinterfaces:
DHKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- public interface DHPublicKey
- extends DHKey, java.security.PublicKey
Since:
1.4
Version:
1.14, 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 |
---|---|
|
getY()
Returns the public value,
y .
|
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
getY
- java.math.BigInteger getY()
Returns the public value,
y
.
Returns:
the public value,
y