trust-store
0.0.1
Provides a common implementation of a trust store to be used by trusted helpers.
|
Functions | |
CORE_TRUST_DLL_PUBLIC std::shared_ptr < core::trust::Agent > | create_agent_for_mir_connection (MirConnection *connection) |
create_agent_for_mir_connection creates a trust::Agent implementation leveraging Mir's trusted prompting API. More... | |
CORE_TRUST_DLL_PUBLIC std::shared_ptr<core::trust::Agent> core::trust::mir::create_agent_for_mir_connection | ( | MirConnection * | connection | ) |
create_agent_for_mir_connection creates a trust::Agent implementation leveraging Mir's trusted prompting API.
connection | An existing connection to a Mir instance. |
std::logic_error | if the connection object is NULL. |