Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(name string, pkc Constructor)
Types ¶
type Constructor ¶
type Constructor func(config.RegistrableComponentConfig, config.SignerParams) (PrivateKey, error)
type PrivateKey ¶
type PrivateKey interface { stop.Stoppable GetPrivateKey() (*key.PrivateKey, error) }
func New ¶
func New(cfg config.RegistrableComponentConfig, params config.SignerParams) (PrivateKey, error)
Click to show internal directories.
Click to hide internal directories.