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

Function isEs

cmd/jwt/main.go:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296}
297
298func isEs() bool {
299 return strings.HasPrefix(*flagAlg, "ES")
300}
301
302func isRs() bool {
303 return strings.HasPrefix(*flagAlg, "RS") || strings.HasPrefix(*flagAlg, "PS")

Callers 2

verifyTokenFunction · 0.85
signTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected