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

Function isEncrypted

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

Source from the content-addressed store, hash-verified

125}
126
127bool isEncrypted(const std::string& input) {
128 try {
129 parseEncrypted(input);
130 return true;
131 } catch (...) {
132 return false;
133 }
134}
135
136} // namespace crypto
137} // namespace utils

Callers 1

getMethod · 0.50

Calls 1

parseEncryptedFunction · 0.85

Tested by

no test coverage detected