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
-
ident
-
-
getY()
- Returns the public value, y.
ident
public static final String ident
getY
public abstract BigInteger getY()
- Returns the public value, y.
- Returns:
- the public value, y
All Packages Class Hierarchy This Package Previous Next Index