MCPcopy Create free account
hub / github.com/SermoDigital/jose / SigningMethodRSA

Struct SigningMethodRSA

crypto/rsa.go:11–15  ·  view source on GitHub ↗

SigningMethodRSA implements the RSA family of SigningMethods.

Source from the content-addressed store, hash-verified

9
10// SigningMethodRSA implements the RSA family of SigningMethods.
11type SigningMethodRSA struct {
12 Name string
13 Hash crypto.Hash
14 _ struct{}
15}
16
17// Specific instances of RSA SigningMethods.
18var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected