github.com/golang-jwt/jwt/v5.SigningMethodRSAPSS.Sign (method, view implemented interface methods)

one use

	github.com/golang-jwt/jwt/v5 (current package)
		rsa_pss.go#L111: func (m *SigningMethodRSAPSS) Sign(signingString string, key interface{}) ([]byte, error) {