Searched refs:gateKeeperResponse (Results 1 – 2 of 2) sorted by relevance
137 GateKeeperResponse gateKeeperResponse) { in fromGateKeeperResponse() argument139 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse()141 response = new VerifyCredentialResponse(gateKeeperResponse.getTimeout()); in fromGateKeeperResponse()143 byte[] token = gateKeeperResponse.getPayload(); in fromGateKeeperResponse()
1401 private VerifyCredentialResponse convertResponse(GateKeeperResponse gateKeeperResponse) { in convertResponse() argument1402 return VerifyCredentialResponse.fromGateKeeperResponse(gateKeeperResponse); in convertResponse()1780 GateKeeperResponse gateKeeperResponse = getGateKeeperService() in verifyCredential() local1782 VerifyCredentialResponse response = convertResponse(gateKeeperResponse); in verifyCredential()1783 boolean shouldReEnroll = gateKeeperResponse.getShouldReEnroll(); in verifyCredential()