Searched defs:hashFactor (Results 1 – 4 of 4) sorted by relevance
183 String hashFactor = "6637D20C0798382D9F1304861C81DE222BC6CB7183623C67DA99B115A7AF702D"; in testPasswordToHistoryHash() local199 String hashFactor = "6637D20C0798382D9F1304861C81DE222BC6CB7183623C67DA99B115A7AF702D"; in testPasswordToHistoryHashInvalidInput() local
286 public String passwordToHistoryHash(byte[] salt, byte[] hashFactor) { in passwordToHistoryHash()294 byte[] passwordToHash, byte[] salt, byte[] hashFactor) { in passwordToHistoryHash()
544 public boolean checkPasswordHistory(byte[] passwordToCheck, byte[] hashFactor, int userId) { in checkPasswordHistory()
95 protected boolean checkPasswordHistory(byte[] passwordToCheck, byte[] hashFactor, int userId) { in checkPasswordHistory()