Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface javax.crypto.interfaces.DHPublicKey


public abstract 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

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD