cryptoServices

actual fun cryptoServices(): List<CryptoServiceInfo>
actual fun cryptoServices(): List<CryptoServiceInfo>
expect fun cryptoServices(): List<CryptoServiceInfo>

Which security provider serves each cryptographic lookup in this module.

Which implementation backs an algorithm is decided at runtime by walking the installed security providers, so it varies per device, per OEM and per OS version. This performs the same lookups the call sites perform, from the same file and with the same algorithm constants, and reads the provider off what comes back.

Only for the security providers debug screen. Performs lookups and nothing else: no key is persisted and no crypto state is mutated.

Empty on platforms that have no security provider registry.

actual fun cryptoServices(): List<CryptoServiceInfo>
actual fun cryptoServices(): List<CryptoServiceInfo>