// empty constructor
//ToDo
setRawCombinedHash(hash);
return getCombinedHash();
return Base64.encode(getRawCombinedHash());
setCombinedHash(rawCombinedHash);
try { setRawCombinedHash(Base64.decode(encodedCombinedHash)); } catch (Base64DecodingException de) { log.log(Level.SEVERE, LogStringsMessages.WST_0020_ERROR_DECODING(encodedCombinedHash), de); throw new RuntimeException(LogStringsMessages.WST_0020_ERROR_DECODING(encodedCombinedHash) , de); }