Searched refs:WebappAuthenticator (Results 1 – 3 of 3) sorted by relevance
16 byte[] mac = WebappAuthenticator.getMacForUrl(context, url); in testAuthentication()18 assertTrue(WebappAuthenticator.isUrlValid(context, url, mac)); in testAuthentication()19 assertFalse(WebappAuthenticator.isUrlValid(context, url + "?goats=true", mac)); in testAuthentication()21 assertFalse(WebappAuthenticator.isUrlValid(context, url, mac)); in testAuthentication()
76 byte[] mac = WebappAuthenticator.getMacForUrl(context, url); in addShortcut()
35 public class WebappAuthenticator { class