Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2022 Changes in this version + type KeyServer interface + AttestQuote func(ctx context.Context, signerName string, quote []byte, publicKey []byte) (bool, error) + GetCAKeyCertificate func(ctx context.Context, signerName string, quote []byte, publicKey []byte) ([]byte, []byte, error) + GetName func() string + IsReady func() bool + type PluginRegistry struct + func NewPluginRegistry(socketPath string) (*PluginRegistry, error) + func (registry *PluginRegistry) GetPlugin(name string) KeyServer + func (registry *PluginRegistry) GetPluginNames() []string + func (registry *PluginRegistry) RegisterPlugin(ctx context.Context, req *pluginapi.RegisterPluginRequest) (*pluginapi.RegisterKeyServerReply, error) + func (registry *PluginRegistry) RegisterService(s *grpc.Server)