Skip to content

Commit

Permalink
[INJIMOB-1862] fix to have same doctype in document & MSO
Browse files Browse the repository at this point in the history
Signed-off-by: KiruthikaJeyashankar <[email protected]>
  • Loading branch information
KiruthikaJeyashankar committed Oct 21, 2024
1 parent e303d9a commit 432f36a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MdocGenerator {
val calculateDigestsForNameSpace =
MdocUtil.calculateDigestsForNameSpace(NAMESPACE, generatedIssuerNameSpaces, DIGEST_ALGORITHM)

val mobileSecurityObjectGenerator = MobileSecurityObjectGenerator(DIGEST_ALGORITHM, NAMESPACE, devicePublicKey)
val mobileSecurityObjectGenerator = MobileSecurityObjectGenerator(DIGEST_ALGORITHM, DOCTYPE, devicePublicKey)
mobileSecurityObjectGenerator.addDigestIdsForNamespace(NAMESPACE, calculateDigestsForNameSpace)
//Validity of MSO & its signature is assigned here
mobileSecurityObjectGenerator.setValidityInfo(
Expand Down

This file was deleted.

0 comments on commit 432f36a

Please sign in to comment.