Added in API level 1
    ECPublicKey
interface ECPublicKey : ECKey, PublicKey
| 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
static valserialVersionUID: 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: -3314988629879632826LPublic methods
getW
Added in API level 1
      abstract fun getW(): ECPoint!
Returns the public point W.
| Return | |
|---|---|
| ECPoint! | the public point W. | 
