Hasher helps implement the SigningMethod interface.
()
| 60 | |
| 61 | // Hasher helps implement the SigningMethod interface. |
| 62 | func (m *SigningMethodNone) Hasher() crypto.Hash { |
| 63 | return m.Hash |
| 64 | } |
| 65 | |
| 66 | // MarshalJSON implements json.Marshaler. |
| 67 | // See SigningMethodECDSA.MarshalJSON() for information. |
nothing calls this directly
no outgoing calls
no test coverage detected