getKeyInfo

open suspend override fun getKeyInfo(alias: String): AndroidKeystoreKeyInfo

Gets information about a key.

This works even on keys that are invalidated.

Return

a KeyInfo object.

Parameters

alias

the alias of the EC key to use.

Throws

if there is no key with the given alias.