DHPublicKey
public
interface
DHPublicKey
implements
DHKey,
PublicKey
javax.crypto.interfaces.DHPublicKey
|
The interface to a Diffie-Hellman public key.
Summary
Constants |
long |
serialVersionUID
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
|
Inherited constants |
From interface
java.security.PublicKey
long |
serialVersionUID
This constant was deprecated
in API level 34.
A serialVersionUID field in an interface is
ineffectual. Do not use; no replacement.
|
|
From interface
java.security.Key
long |
serialVersionUID
This constant was deprecated
in API level 34.
A serialVersionUID field in an interface is
ineffectual. Do not use; no replacement.
|
|
Public methods |
abstract
BigInteger
|
getY()
Returns the public value, y .
|
Constants
serialVersionUID
public static final long serialVersionUID
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
Constant Value:
-6628103563352519193
(0xa4043eed23df4de7)
Public methods
getY
public abstract BigInteger getY ()
Returns the public value, y
.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]