Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenerator ¶ added in v1.5.0
func NewGenerator() keymanagerbase.Generator
Types ¶
type Config ¶
type Config struct { Create CreateFunc // UnsupportedSignatureAlgorithms is a map of algorithms that are // unsupported for the given key type. UnsupportedSignatureAlgorithms map[keymanager.KeyType][]x509.SignatureAlgorithm // contains filtered or unexported fields }
type CreateFunc ¶
type CreateFunc = func(t *testing.T) keymanager.KeyManager
Click to show internal directories.
Click to hide internal directories.