md.update(str.getBytes()); md.update(secret); byte[] digest = md.digest(); return new Base64(0).encodeToString(digest); } catch (NoSuchAlgorithmException ex) { throw new RuntimeException("It should not happen, " + ex.getMessage(), ex); } } }
204: throw new ElasticsearchException("cannot calculate hashcode", ex); - 239: Thread.sleep(waitAfterUnblock); Full Snippet Info
34: System.out.println(cipherText); Full Snippet Info
45: Assert.fail(e.getMessage()); Full Snippet Info