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

4 uses

	github.com/golang-jwt/jwt/v5 (current package)
		rsa_pss.go#L27: 	SigningMethodPS512 *SigningMethodRSAPSS
		rsa_pss.go#L66: 	SigningMethodPS512 = &SigningMethodRSAPSS{
		rsa_pss.go#L78: 	RegisterSigningMethod(SigningMethodPS512.Alg(), func() SigningMethod {
		rsa_pss.go#L79: 		return SigningMethodPS512