computePublicKey

fun computePublicKey(privateKey: Jwk): Jwk

Computes a public key from the given private key, utilizing relevant KeyGenerator.

Return

The computed public key as a Jwk object.

Parameters

privateKey

The private key used to compute the public key.