ConfigurableTrustManager
class ConfigurableTrustManager(val identifier: String, entries: List<TrustEntry>) : TrustEntryBasedTrustManager
A TrustManagerInterface implementation backed by a configurable list of TrustEntry items.
The entries may be updated later using setEntries.
This is typically used when receiving a lists of TrustEntry items from e.g. a backend server.
Parameters
identifier
an identifier for the TrustManagerInterface instance.
entries
A list of TrustEntry objects (e.g., TrustEntryX509Cert, TrustEntryVical).
Functions
Link copied to clipboard
Retrieves all TrustEntry items currently managed.
Link copied to clipboard
Gets all trust points known to this TrustManagerInterface instance.
Link copied to clipboard
Sets which TrustEntry items to use.