parseKeyIds

fun parseKeyIds(keyIds: List<Any>): List<Uuid>

Convert a list of UUID | String(hex/base64) | ByteArray to UUIDs.

Throws

if any item has an unsupported type