Added in API level 1
ECPrivateKey
interface ECPrivateKey : PrivateKey, ECKey
| java.security.interfaces.ECPrivateKey |
The interface to an elliptic curve (EC) private key.
Summary
Constants |
|
|---|---|
| static Long |
The class fingerprint that is set to indicate serialization compatibility. |
Public methods |
|
|---|---|
| abstract BigInteger! |
getS()Returns the private value S. |
Inherited functions |
|
|---|---|
Constants
serialVersionUID
Added in API level 1
static val serialVersionUID: Long
The class fingerprint that is set to indicate serialization compatibility.
Value: -7896394956925609184L
Public methods
getS
Added in API level 1
abstract fun getS(): BigInteger!
Returns the private value S.
| Return | |
|---|---|
BigInteger! |
the private value S. |