Added in API level 1
    ECPrivateKey
interface ECPrivateKey : ECKey, PrivateKey
| 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
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: -7896394956925609184LPublic methods
getS
Added in API level 1
      abstract fun getS(): BigInteger!
Returns the private value S.
| Return | |
|---|---|
| BigInteger! | the private value S. | 
