Package-level declarations
Types
A UI-friendly data container that holds a TrustEntry alongside its parsed representation and resolved display attributes.
A presentation model that bridges a TrustManager with UI components.
Functions
Generates a brief detail string describing the contents of a TrustEntry, such as the number of certificates contained within a VICAL or RICAL.
Generates a descriptive fallback name for a TrustEntry based on its specific type and underlying data (e.g., Common Name for an X.509 cert, Provider for a VICAL/RICAL).
A Composable that provides a UI for editing the mutable TrustMetadata associated with a specific trust entry.
A Composable that displays a scrollable list of trust entries managed by a TrustManagerModel.
A Composable that displays the details of a specific individual certificate embedded within a larger RICAL trust entry.
A Composable that displays the details of a specific individual certificate embedded within a larger VICAL trust entry.
A Composable that displays the full details of a specific trust entry.