importKey

open override fun importKey(jwk: Jwk): String

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

Return

the key alias of the imported key

Parameters

jwk

the Jwk representation of the key to import