github.com/golang-jwt/jwt/v5.SigningMethodRSAPSS.Options (field)
6 uses
github.com/golang-jwt/jwt/v5 (current package)
rsa_pss.go#L15: Options *rsa.PSSOptions
rsa_pss.go#L37: Options: &rsa.PSSOptions{
rsa_pss.go#L54: Options: &rsa.PSSOptions{
rsa_pss.go#L71: Options: &rsa.PSSOptions{
rsa_pss.go#L101: opts := m.Options
rsa_pss.go#L130: if sigBytes, err := rsa.SignPSS(rand.Reader, rsaKey, m.Hash, hasher.Sum(nil), m.Options); err == nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |