Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface javax.crypto.interfaces.DHPublicKey


public interface DHPublicKey
extends DHKey, java.security.PublicKey
The interface to a Diffie-Hellman public key.

See Also:
DHKey, DHPrivateKey

Method Summary
java.math.BigInteger  getY()
Returns the public value, y.
 

Method Detail

getY

public java.math.BigInteger getY()
Returns the public value, y.
Returns:
the public value, y

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS