This interface defines virtual methods for each of the user-facing overload sets in ConfidentialComputingClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConfidentialComputingClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage provides documentation for the `ConfidentialComputingConnection` class, which is a component of the `ConfidentialComputingClient` in version 2.28.0 of the Confidential Computing C++ library."],["The `ConfidentialComputingConnection` class defines virtual methods that mirror the user-facing overload sets found in the `ConfidentialComputingClient`, enabling custom behavior implementation, especially useful for testing with mock objects."],["The latest release candidate (rc) version is 2.37.0-rc, with documentation available for all previous releases down to 2.11.0."],["The page details the interface's functions, including `options()`, `CreateChallenge()`, and `VerifyAttestation()`, providing information about parameters and return types for these methods."],["Instructions are provided for creating a concrete `ConfidentialComputingConnection` instance using `MakeConfidentialComputingConnection()`, as well as mocking the object using `MockConfidentialComputingConnection`."]]],[]]