Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v1.0.0
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 ¶ added in v1.0.0
type CreateFunc = func(t *testing.T) keymanager.KeyManager
Click to show internal directories.
Click to hide internal directories.