type github.com/golang-jwt/jwt/v5.SigningMethod (interface)
Method Implmentations
	Alg() string
		(*SigningMethodECDSA).Alg
		(*SigningMethodEd25519).Alg
		(*SigningMethodHMAC).Alg
		(*SigningMethodRSA).Alg
		(*SigningMethodRSAPSS).SigningMethodRSA.Alg
		(*signingMethodNone).Alg
	Sign(signingString string, key interface{}) ([]byte, error)
		(*SigningMethodECDSA).Sign
		(*SigningMethodEd25519).Sign
		(*SigningMethodHMAC).Sign
		(*SigningMethodRSA).Sign
		(*SigningMethodRSAPSS).Sign
		(*signingMethodNone).Sign
	Verify(signingString string, sig []byte, key interface{}) error
		(*SigningMethodECDSA).Verify
		(*SigningMethodEd25519).Verify
		(*SigningMethodHMAC).Verify
		(*SigningMethodRSA).Verify
		(*SigningMethodRSAPSS).Verify
		(*signingMethodNone).Verify|  | 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. |