getDigestIDs

fun getDigestIDs(namespace: String): Map<Long, ByteArray>?

Gets a non-empty mapping between a DigestID and a Digest for a particular namespace, as set in the ValueDigests map within the MobileSecurityObject CBOR.

Return

The mapping present for that namespace if it exists within the ValueDigests, else null.

Parameters

namespace

The namespace of interest.