Documentation
¶
Overview ¶
Package jwks provides functionality for generating JSON Web Key Sets (JWKS) from public keys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateJWKS ¶
GenerateJWKS reads a public key from a file, parses it, and returns its JSON Web Key Set (JWKS) representation. If kid is provided, it sets the Key ID explicitly; otherwise, it computes a SHA-256-derived kid from the public key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.