getEntries

suspend fun getEntries(): List<TrustEntry>

Gets a list of all entries added with addX509Cert or addVical.

Return

a list, sorted by the TrustEntry.timeAdded field.