Added in API level 1
ECPublicKey
interface ECPublicKey : PublicKey, ECKey
| java.security.interfaces.ECPublicKey |
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! |
getW()Returns the public point W. |
Inherited functions |
|
|---|---|
Constants
serialVersionUID
Added in API level 1
static val serialVersionUID: Long
The class fingerprint that is set to indicate serialization compatibility.
Value: -3314988629879632826L
Public methods
getW
Added in API level 1
abstract fun getW(): ECPoint!
Returns the public point W.
| Return | |
|---|---|
ECPoint! |
the public point W. |