int objId = obj.getId();
int objVer = obj.getVersion();
// take all the strings and decrypt them...
if (value instanceof StringNode) {
StringNode strNode = (StringNode) value;
strNode.setValue(decryptString(strNode.getStringValue(), objId,
objVer));
}
if (value instanceof ObjectNode) {
ObjectNode o = (ObjectNode) value;