import "github.com/luci/luci-go/appengine/gaeauth/server/gaesigner"
Package gaesigner implements signing.Signer interface using GAE App Identity API.
type Signer struct{}
Signer implements signing.Signer using GAE App Identity API.
Certificates returns a bundle with public certificates for all active keys.
ServiceInfo returns information about the current service.
It includes app ID and the service account name (that ultimately owns the signing private key).
func (Signer) SignBytes(ctx context.Context, blob []byte) (keyName string, signature []byte, err error)
SignBytes signs the blob with some active private key.
Returns the signature and name of the key used.
Package gaesigner imports 8 packages (graph). Updated 2019-09-24. Refresh now. Tools for package owners.