90919293949596979899100
} byte[] buf = md.digest(); try { Rijndael aes = new Rijndael(256, 256); aes.initialize(cryptoKey); aes.encipher(buf, buf); ehDocname = buf; } catch (UnsupportedCipherException e) { throw new Error(e); } } finally {