Module mgr

Source
Available on crate feature keymgr only.
Expand description

Code for managing multiple Keystores.

See the KeyMgr docs for more details.

Structs§

KeyMgr
A key manager that acts as a frontend to a primary Keystore and any number of secondary Keystores.
KeyMgrBuilder
Builder for KeyMgr.
KeystoreEntry
A keystore entry descriptor.

Enums§

KeyMgrBuilderError
Error type for KeyMgrBuilder