Versions in this module Expand all Collapse all v1 v1.0.6 Sep 30, 2024 v1.0.5 Sep 11, 2024 v1.0.4 Aug 21, 2024 v1.0.3 Mar 9, 2023 Changes in this version + const KeyTypeEc + const KeyTypeRsa + func KeyToPublicKey(key Key) (interface{}, error) type Key + func NewKey(keyId string, cert *x509.Certificate, chain []*x509.Certificate) (*Key, error) v1.0.2 Sep 22, 2022 v1.0.1 Jun 1, 2022 v1.0.0 Jun 1, 2022 Changes in this version + const ErrorInvalidContentTypeMsg + const ErrorInvalidStatusCodeMsg + type HttpResolver struct + func (j *HttpResolver) Get(url string) (*Response, []byte, error) + type HttpResolverError struct + Resp *http.Response + type Key struct + Algorithm string + Curve string + D string + Dp string + Dq string + E string + K string + KeyId string + KeyOperations string + KeyType string + N string + P string + Q string + Qi string + T string + Use string + X string + X509Chain []string + X509Thumbprint string + X509ThumbprintSha256 string + X509Url string + Y string + type Resolver interface + Get func(string) (*Response, []byte, error) + type Response struct + Keys []Key