MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CryptKeyHolder

Method CryptKeyHolder

examples/dbcrypt/CryptKeyHolder.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68{
69public:
70 explicit CryptKeyHolder(IPluginConfig* cnf) throw()
71 : callbackInterface(this), named(NULL), tempStatus(master->getStatus()),
72 config(cnf), key(0), init(false), owner(NULL)
73 {
74 config->addRef();
75 }
76
77 ~CryptKeyHolder()
78 {

Callers

nothing calls this directly

Calls 2

getStatusMethod · 0.45
addRefMethod · 0.45

Tested by

no test coverage detected