type github.com/golang-jwt/jwt/v4.SigningMethod (interface)
Method Implmentations
Alg() string
(*SigningMethodECDSA).Alg
(*SigningMethodEd25519).Alg
(*SigningMethodHMAC).Alg
(*SigningMethodRSA).Alg
(*SigningMethodRSAPSS).SigningMethodRSA.Alg
Sign(signingString string, key interface{}) (string, error)
(*SigningMethodECDSA).Sign
(*SigningMethodEd25519).Sign
(*SigningMethodHMAC).Sign
(*SigningMethodRSA).Sign
(*SigningMethodRSAPSS).Sign
Verify(signingString, signature string, key interface{}) error
(*SigningMethodECDSA).Verify
(*SigningMethodEd25519).Verify
(*SigningMethodHMAC).Verify
(*SigningMethodRSA).Verify
(*SigningMethodRSAPSS).Verify
![]() |
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |