TrustManagerModel

A presentation model that bridges a TrustManager with UI components.

This class observes the underlying TrustManager for changes and exposes the current list of trust entries as a reactive StateFlow of TrustEntryInfo objects. It handles the parsing of raw trust entries into UI-friendly data structures.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The underlying TrustManager being observed.

Link copied to clipboard

A StateFlow containing the current, parsed list of trust entries. UI components should collect this flow to stay up-to-date with the TrustManager state.