javax.crypto.interfaces

Interface DHPublicKey

All Superinterfaces:
DHKey, java.security.Key, java.security.PublicKey, java.io.Serializable

  1. public interface DHPublicKey
  2. extends DHKey, java.security.PublicKey
The interface to a Diffie-Hellman public key.
Since:
1.4
Version:
1.14, 01/14/04
Author:
Jan Luehe
See Also:
DHKey, DHPrivateKey

Field Summary

Modifier and Type Field and Description
  1. static
  2. long
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.

Method Summary

Modifier and Type Method and Description
  1. java.math.BigInteger
getY()
Returns the public value, y.
Methods inherited from interface javax.crypto.interfaces.DHKey
getParams
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat

Field Detail

serialVersionUID

  1. static final long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
See Also:

Method Detail

getY

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