Documentation
¶
Overview ¶
Package server implements an API to manage encryption keys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
kmsproto.UnimplementedAPIServer
// contains filtered or unexported fields
}
Server implements an encryption key management server. The server serves aTLS for cluster external requests and plain gRPC for cluster internal requests.
func (*Server) GetDataKey ¶
func (s *Server) GetDataKey(ctx context.Context, in *kmsproto.GetDataKeyRequest) (*kmsproto.GetDataKeyResponse, error)
GetDataKey returns a data key.
Click to show internal directories.
Click to hide internal directories.