getDeterministicAlias

abstract fun getDeterministicAlias(publicKey: Jwk): String

Return the alias of publicKey, as was originally returned by generatePrivateKey.

Return

The alias belonging to publicKey

Parameters

publicKey

A public key in Jwk (JSON Web Key) format

Throws

if the key is not known to the KeyManager