Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator represents the OS identity generator.
func NewGenerator ¶
func NewGenerator(conn *grpc.ClientConn) (g *Generator)
NewGenerator initializes a Generator with a preconfigured grpc.ClientConn.
func (*Generator) Certificate ¶
func (g *Generator) Certificate(in *proto.CertificateRequest) (resp *proto.CertificateResponse, err error)
Certificate implements the proto.ROTDClient interface.
Click to show internal directories.
Click to hide internal directories.