MCPcopy
hub / github.com/golang-jwt/jwt / SigningMethodRSA

Struct SigningMethodRSA

rsa.go:11–14  ·  view source on GitHub ↗

SigningMethodRSA implements the RSA family of signing methods. Expects *rsa.PrivateKey for signing and *rsa.PublicKey for validation

Source from the content-addressed store, hash-verified

9// SigningMethodRSA implements the RSA family of signing methods.
10// Expects *rsa.PrivateKey for signing and *rsa.PublicKey for validation
11type SigningMethodRSA struct {
12 Name string
13 Hash crypto.Hash
14}
15
16// Specific instances for RS256 and company
17var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected