var github.com/golang-jwt/jwt/v5.ErrKeyMustBePEMEncoded
8 uses
github.com/golang-jwt/jwt/v5 (current package)
ecdsa_utils.go#L22: return nil, ErrKeyMustBePEMEncoded
ecdsa_utils.go#L49: return nil, ErrKeyMustBePEMEncoded
ed25519_utils.go#L23: return nil, ErrKeyMustBePEMEncoded
ed25519_utils.go#L48: return nil, ErrKeyMustBePEMEncoded
rsa_utils.go#L11: ErrKeyMustBePEMEncoded = errors.New("invalid key: Key must be a PEM encoded PKCS1 or PKCS8 key")
rsa_utils.go#L23: return nil, ErrKeyMustBePEMEncoded
rsa_utils.go#L53: return nil, ErrKeyMustBePEMEncoded
rsa_utils.go#L85: return nil, ErrKeyMustBePEMEncoded
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |