CryptoServiceInfo
constructor(name: String, lookup: String, algorithm: String, providerName: String, providerVersion: String)
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 returned instance reports, e.g. AES/CBC/PKCS5PADDING.