trust-store  0.0.1
Provides a common implementation of a trust store to be used by trusted helpers.
core::trust::mir Namespace Reference

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...
 

Function Documentation

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.

Parameters
connectionAn existing connection to a Mir instance.
Exceptions
std::logic_errorif the connection object is NULL.