getValueDigests

suspend fun getValueDigests(digestAlgorithm: Algorithm): Map<String, Map<Long, ByteString>>

Calculate digests suitable for inclusion in a org.multipaz.mdoc.mso.MobileSecurityObject.

Return

a map from namespaces into a map from digestId to the digest.

Parameters

digestAlgorithm

the algorithm to use for calculating the digests.