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

Method Implmentations

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