Searched refs:currentCredential (Results 1 – 2 of 2) sorted by relevance
56 byte[] getHashFactor(in byte[] currentCredential, int userId); in getHashFactor() argument
2733 public byte[] getHashFactor(byte[] currentCredential, int userId) throws RemoteException { in getHashFactor() argument2735 if (currentCredential == null || currentCredential.length == 0) { in getHashFactor()2736 currentCredential = null; in getHashFactor()2740 currentCredential = getDecryptedPasswordForTiedProfile(userId); in getHashFactor()2753 getGateKeeperService(), handle, currentCredential, userId, null); in getHashFactor()