# Functions
CalculateThumbprintJWK returns the SHA-256 hash Base64Url encoded or empty string ("") if error.
CreateJWKeySet returns a JWK Set data structure that represents a set of public JWKs for signature verification and / or data encryption.
ExportPublicJWK copies the private key and removes the private data.
GetPublicJWK returns only the public data of a JWK.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
BaseThumbprintJWK is to calculate the Thumbprint of a public key.
All possible properties including the private key "d" (RSA not supported for now).
JWKeySet is a JWK Set data structure that represents a set of public JWKs for signature verification and / or data encryption.
Extends BaseThumbprintJWK with "kid" and hash of "x" such as "h" (hpk) or "xs".