Skip to main content

MDocDigestValidation

Digest validation result for a single claim. Per ISO 18013-5 section 9.1.2.5, each IssuerSignedItem has a corresponding digest in the MSO that must be validated to ensure data integrity.

type MDocDigestValidation {
digestID: Int!
elementIdentifier: String!
isValid: Boolean!
namespace: String!
}

Fields

MDocDigestValidation.digestID ● Int! non-null scalar

The digest ID used to match the digest in the MSO.

MDocDigestValidation.elementIdentifier ● String! non-null scalar

The element identifier (claim name).

MDocDigestValidation.isValid ● Boolean! non-null scalar

Whether the digest validation passed.

MDocDigestValidation.namespace ● String! non-null scalar

The namespace (e.g., "org.iso.18013.5.1").

Member Of

MDocDocumentValidation object