type github.com/golang-jwt/jwt/v5.SigningMethodRSA (struct)

Method Implmentations

Alg() string *SigningMethodRSA.M : SigningMethod.Alg
Sign(signingString string, key interface{}) ([]byte, error) *SigningMethodRSA.M : SigningMethod.Sign
Verify(signingString string, sig []byte, key interface{}) error *SigningMethodRSA.M : SigningMethod.Verify