generatePrivateKey

open override fun generatePrivateKey(options: KeyGenOptions?): Jwk

Generates a private key using the SECP256K1 curve and ES256K algorithm.

The generated key will have its key ID derived from the thumbprint and will be intended for signature use.

Return

A Jwk representing the generated private key.

Parameters

options

Options for key generation (currently unused, provided for possible future expansion).