CryptoServiceUsage
data class CryptoServiceUsage(val name: String, val lookup: String, val algorithm: String, val providerName: String, val providerVersion: String)
Which security provider serves one cryptographic lookup in kalium.
Parameters
name
what the lookup is for, e.g. Asset cipher.
lookup
the lookup performed, as written in the source, e.g. KeyGenerator.getInstance("AES").
algorithm
the algorithm the resolved instance reports, e.g. AES/CBC/PKCS5PADDING.