KeyImporter

interface KeyImporter

KeyImporter is an abstraction that can be leveraged to implement types which intend to import keys.

Inheritors

Functions

Link copied to clipboard
abstract fun importKey(jwk: Jwk): String

ImportKey imports the key into the KeyManager and returns the key alias.