MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / name

Method name

libminifi/src/utils/EncryptionUtils.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string EncryptionType::name() { return crypto_secretbox_primitive(); }
55
56size_t EncryptionType::keyLength() { return crypto_secretbox_keybytes(); }
57

Callers 5

mainFunction · 0.80
onTriggerMethod · 0.80
getClassNameFunction · 0.80
for_eachMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected