Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProvider ¶
type Driver ¶
type Driver interface { // Load returns the signer, verifier and signing identity bound to the byte representation of passed pem encoded public key. Load(configProvider ConfigProvider) (view.Identity, Signer, Verifier, error) }
Driver models the key management interface
Click to show internal directories.
Click to hide internal directories.