Secp256k1Private Key
The Secp256k1PrivateKey
class represents a private key that uses the secp256k1 elliptic curve. It extends the PrivateKey
class and implements the SignableKey
, StorableKey
, ExportableKey
, and DerivableKey
interfaces.
Parameters
The raw byte array value of the private key.
See also
Constructors
Properties
A mutable map that contains additional key specifications.
This variable represents the restoration identifier for a key. It is a unique identifier used for restoring the key from storage.
Represents the storable data of a key.
Functions
Derives a private key using the given derivation path.
Returns an instance of the key curve for this private key
Returns the encoded raw value into base 64 url
Searches the value based on the input key, if it exists
Evaluates if this key implements DerivableKey
Evaluates if this key implements ExportableKey
Evaluates if this key implements ImportableKey
Evaluates if this key implements SignableKey
Retrieves the JWK (JSON Web Key) representation of the private key with the specified key identifier (kid).