All Packages Class Hierarchy This Package Previous Next Index
Interface javax.crypto.interfaces.DHPublicKey
- public interface DHPublicKey
- extends DHKey, PublicKey
The interface to a Diffie-Hellman public key.
- See Also:
- DHKey, DHPrivateKey
-
getY()
- Returns the public value,
y
.
getY
public abstract BigInteger getY()
- Returns the public value,
y
.
- Returns:
- the public value,
y
All Packages Class Hierarchy This Package Previous Next Index