Searched defs:responseCode (Results 1 – 7 of 7) sorted by relevance
41 private GateKeeperResponse(int responseCode) { in GateKeeperResponse()46 public static GateKeeperResponse createGenericResponse(int responseCode) { in createGenericResponse()
83 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse()
246 public int responseCode; field in HeaderSet
448 int responseCode = response.getResponseCode(); in unwrapPasswordBasedSyntheticPassword() local557 int responseCode = response.getResponseCode(); in verifyChallenge() local
1163 int responseCode = gateKeeperResponse.getResponseCode(); in convertResponse() local
37 private int responseCode = -1; field in TestEventHandler
447 public void sendResponse(RequestEvent event, int responseCode) in sendResponse()