Stay organized with collections Save and categorize content based on your preferences.
ECPublicKey
interface ECPublicKey : ECKey, PublicKey
The interface to an elliptic curve (EC) public key.
Summary
Constants |
static Long | The class fingerprint that is set to indicate serialization compatibility. |
Public methods |
abstract ECPoint! | Returns the public point W. |
Inherited functions |
From class ECKey ECParameterSpec! | getParams() Returns the domain parameters associated with this key. The domain parameters are either explicitly specified or implicitly created during key generation. | |
Constants
serialVersionUID
static val serialVersionUID: Long
Deprecated: A serialVersionUID
field in an interface is ineffectual. Do not use; no replacement.
The class fingerprint that is set to indicate serialization compatibility.
Value: -3314988629879632826L
Public methods
getW
abstract fun getW(): ECPoint!
Returns the public point W.
Return |
ECPoint! | the public point W. |
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]