var github.com/golang-jwt/jwt/v5.SigningMethodPS256

4 uses

	github.com/golang-jwt/jwt/v5 (current package)
		rsa_pss.go#L25: 	SigningMethodPS256 *SigningMethodRSAPSS
		rsa_pss.go#L32: 	SigningMethodPS256 = &SigningMethodRSAPSS{
		rsa_pss.go#L44: 	RegisterSigningMethod(SigningMethodPS256.Alg(), func() SigningMethod {
		rsa_pss.go#L45: 		return SigningMethodPS256