Skip to content

Commit

Permalink
MOSIP-23596
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanendra06 committed Aug 17, 2022
1 parent 902cd04 commit 5af3e86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,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);
boolean verified = credentialsVerifier.verifyCredentials(decodedCredential);
Expand Down

0 comments on commit 5af3e86

Please sign in to comment.