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

Variable Index

 o ident

Method Index

 o getY()
Returns the public value, y.

Variables

 o ident
 public static final String ident

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