Documentation
¶
Overview ¶
Package gaesigner implements signing.Signer interface using GAE App Identity API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct{}
Signer implements signing.Signer using GAE App Identity API.
func (Signer) Certificates ¶
Certificates returns a bundle with public certificates for all active keys.
func (Signer) ServiceInfo ¶
ServiceInfo returns information about the current service.
It includes app ID and the service account name (that ultimately owns the signing private key).