CernVM-FS
2.12.0
|
#include <encrypt.h>
Public Member Functions | |
virtual | ~AbstractKeyDatabase () |
virtual bool | StoreNew (const Key *key, std::string *id)=0 |
virtual const Key * | Find (const std::string &id)=0 |
Allows to access keys by identifiers. This might at some point move into a separate compilation unit.
|
inlinevirtual |
|
pure virtual |
Implemented in cipher::MemoryKeyDatabase.
|
pure virtual |
Implemented in cipher::MemoryKeyDatabase.