MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / GetKeys

Method GetKeys

libcppcryptfs/file/cryptfile.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void CryptFile::GetKeys()
67{
68 if (!m_pkdc) {
69 assert(m_con);
70 if (!m_con)
71 throw(std::exception("CryptFile::GetKeys() called with null context"));
72 m_pkdc = new KeyDecryptor(&m_con->GetConfig()->m_keybuf_manager);
73 }
74}
75
76CryptFileForward::CryptFileForward()
77{

Callers

nothing calls this directly

Calls 1

GetConfigMethod · 0.80

Tested by

no test coverage detected