Searched refs:computeAuthenticationChallenge (Results 1 – 2 of 2) sorted by relevance
689 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID); in createAuthenticationChallenge()
999 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge() method in ObexHelper