Skip to content

Commit

Permalink
Merge pull request #184 from dhanendra06/mosip-100
Browse files Browse the repository at this point in the history
MOSIP-23596
  • Loading branch information
ckm007 authored Aug 17, 2022
2 parents dd23fba + 5af3e86 commit 3e8453f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ public boolean generateCard(EventModel eventModel) {
}
String ecryptionPin = eventModel.getEvent().getData().get("protectionKey").toString();
String decodedCredential = cryptoCoreUtil.decrypt(credential);
printLogger.debug("vc is printed security valuation.... : {}",decodedCredential);
if (verifyCredentialsFlag){
printLogger.info("Configured received credentials to be verified. Flag {}", verifyCredentialsFlag);
try {
Expand Down

0 comments on commit 3e8453f

Please sign in to comment.