computePublicKey

open override fun computePublicKey(privateKey: Jwk): Jwk

Derives the public key corresponding to a given private key.

Return

The corresponding public key in Jwk format.

Parameters

privateKey

The private key in Jwk format.