Searched refs:getMacForUrl (Results 1 – 3 of 3) sorted by relevance
16 byte[] mac = WebappAuthenticator.getMacForUrl(context, url); in testAuthentication()
54 byte[] goodMac = getMacForUrl(context, url); in isUrlValid()68 public static byte[] getMacForUrl(Context context, String url) { in getMacForUrl() method in WebappAuthenticator
76 byte[] mac = WebappAuthenticator.getMacForUrl(context, url); in addShortcut()