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

one use

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