Versions in this module Expand all Collapse all v1 v1.1.1 Jun 10, 2024 v1.1.0 Feb 22, 2024 Changes in this version type JWK + E string + N string v1.0.0 Nov 17, 2023 Changes in this version + const HeaderAlgorithm + const HeaderB64Payload + const HeaderContentType + const HeaderCritical + const HeaderJSONWebKey + const HeaderJWKSetURL + const HeaderKeyID + const HeaderType + const HeaderX509CertificateChain + const HeaderX509CertificateDigestSha1 + const HeaderX509CertificateDigestSha256 + const HeaderX509URL + type Headers map[string]interface + func (h Headers) Algorithm() (string, bool) + func (h Headers) KeyID() (string, bool) + type JWK struct + Crv string + Kty string + Nonce string + X string + Y string + func (jwk *JWK) Validate() error