Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ bytesToString
Function
bytesToString
libminifi/src/utils/EncryptionUtils.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
std::string bytesToString(const Bytes& bytes) {
39
return std::string(reinterpret_cast<const char*>(bytes.data()), bytes.size());
40
}
41
42
Bytes generateKey() {
43
Bytes key(EncryptionType::keyLength());
Callers
3
writeEncryptionKeyToBootstrapFile
Method · 0.85
EncryptionUtilsTests.cpp
File · 0.85
decrypt
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected