loadKey

abstract suspend fun loadKey(keyId: String, keyType: KeyType): Key?

Loads a previously generated key.

Return

The loaded key, or null when the platform store has no matching key.

Parameters

keyId

Platform key identifier.

keyType

Expected key type for the stored key.