computeThumbprint

Computes the thumbprint of the Jwk. Specification.

Generates a thumbprint of the Jwk using SHA-256 hash function. The thumbprint is computed based on the key's kty, crv, x, and y values.

Return

a Base64URL-encoded string representing the thumbprint.