Documentation ¶
Overview ¶
Package certapi implements the token + TEK verification API.
Index ¶
Constants ¶
View Source
const (
HMACLength = 32
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, config *config.APIServerConfig, db *database.Database, cacher vcache.Cacher, kms keys.KeyManager, h *render.Renderer) (*Controller, error)
func (*Controller) HandleCertificate ¶
func (c *Controller) HandleCertificate() http.Handler
Click to show internal directories.
Click to hide internal directories.