Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
std::string EncryptionType::name() { return crypto_secretbox_primitive(); }
55
56
size_t EncryptionType::keyLength() { return crypto_secretbox_keybytes(); }
57
Callers
5
main
Function · 0.80
onTrigger
Method · 0.80
handleExceptionOnValidatedProcessorPropertyRead
Function · 0.80
getClassName
Function · 0.80
for_each
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected