MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetEncryptionKey

Method SetEncryptionKey

src/FTPSettings.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74int FTPSettings::SetEncryptionKey(const char * key) {
75 Encryption::SetDefaultKey(key, -1);
76 return 0;
77}
78
79bool FTPSettings::GetClearCache() const {
80 return m_clearCache;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected