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

Method Index

 o getY()
Returns the public value, y.

Methods

 o getY
public abstract BigInteger getY()
Returns the public value, y.

Returns:
the public value, y

All Packages  Class Hierarchy  This Package  Previous  Next  Index