Searched refs:currentCredential (Results 1 – 2 of 2) sorted by relevance
56 byte[] getHashFactor(in byte[] currentCredential, int userId); in getHashFactor() argument
2795 public byte[] getHashFactor(byte[] currentCredential, int userId) throws RemoteException { in getHashFactor() argument2797 if (currentCredential == null || currentCredential.length == 0) { in getHashFactor()2798 currentCredential = null; in getHashFactor()2802 currentCredential = getDecryptedPasswordForTiedProfile(userId); in getHashFactor()2815 getGateKeeperService(), handle, currentCredential, userId, null); in getHashFactor()