Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2016 Changes in this version + func Register(name string, pkc Constructor) + type Constructor func(config.RegistrableComponentConfig, config.SignerParams) (PrivateKey, error) + type PrivateKey interface + GetPrivateKey func() (*key.PrivateKey, error) + func New(cfg config.RegistrableComponentConfig, params config.SignerParams) (PrivateKey, error)