@ -295,6 +295,8 @@ public abstract class Cryptography extends AbstractComponent {
public List<TargetValue> getTargetValues(Object obj) {
Predicate<TargetValue> filter = valueType -> {
if (obj == null)
return false;
if (obj instanceof Map) {
Map<?, ?> map = (Map<?, ?>)obj;
for (String key: valueType.getMapKeys()) {