33 #ifndef _IDENTT_STORE_PEER_PUB_KEY_TABLE_HPP_ 34 #define _IDENTT_STORE_PEER_PUB_KEY_TABLE_HPP_ 88 std::string
GetKey(PeerPubKeyT* record, KeyTypeE keytype,
bool pre)
override;
Definition: StoreTable.hpp:44
Definition: PeerPubKeyTable.hpp:40
PeerPubKeyTable()=delete
make noncopyable and remove default
Definition: CryptoBase.hpp:49
virtual ~PeerPubKeyTable()
Destructor.
Definition: PeerPubKeyTable.hpp:59
std::string GetKey(PeerPubKeyT *record, KeyTypeE keytype, bool pre) override
GetKey: get a key.
Definition: PeerPubKeyTable.cc:53