isValidMap

fun isValidMap(cborData: Map<*, *>): Boolean

Checks the content of the given Map.

Return

true if an RGA can be constructed successfully with the given Map; false otherwise.