MCPcopy Create free account
hub / github.com/cloudflare/cfssl / Sign

Method Sign

api/client/group.go:107–116  ·  view source on GitHub ↗
(jsonData []byte)

Source from the content-addressed store, hash-verified

105}
106
107func (g *orderedListGroup) Sign(jsonData []byte) (resp []byte, err error) {
108 for i := range g.remotes {
109 resp, err = g.remotes[i].Sign(jsonData)
110 if err == nil {
111 return resp, nil
112 }
113 }
114
115 return nil, err
116}
117
118func (g *orderedListGroup) Info(jsonData []byte) (resp *info.Resp, err error) {
119 for i := range g.remotes {

Callers

nothing calls this directly

Calls 1

SignMethod · 0.65

Tested by

no test coverage detected