Searched defs:authenticator (Results 1 – 14 of 14) sorted by relevance
46 final Authenticator authenticator; field in Address53 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy, in Address()
184 private Authenticator authenticator; field in OkHttpClient419 public OkHttpClient setAuthenticator(Authenticator authenticator) { in setAuthenticator()
30 private Authenticator authenticator = AuthenticatorAdapter.INSTANCE; field in AddressTest
108 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal() local
60 Authenticator authenticator=null; in getAuthenticator() local
138 public void setAuthenticator(Authenticator authenticator) in setAuthenticator()
53 public DeferredAuthentication(LoginAuthenticator authenticator) in DeferredAuthentication()
16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator()
35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member
766 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) in wps_validate_authenticator()
281 public static Request processAuthHeader(Authenticator authenticator, Response response, in processAuthHeader()
75 private final Authenticator authenticator = AuthenticatorAdapter.INSTANCE; field in RouteSelectorTest
22 u8 authenticator[16]; member
924 u_char authResponse[], int authenticator) in ChapMS2()