Skip to content

Commit

Permalink
MOSIP-36485
Browse files Browse the repository at this point in the history
Signed-off-by: Nandhukumar <[email protected]>
  • Loading branch information
nandhu-kumar committed Dec 5, 2024
1 parent 6f1eebe commit 0d5f2ef
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,7 @@ public String constractBioIdentityRequest(String identityRequest, String bioValu
String transactionId = JsonPrecondtion.getValueFromJson(data, GlobalConstants.TRANSACTIONID);
String encryptedContent = encryptIsoBioValue(bioValue, timestamp, bioValueencryptionTemplateJson,
transactionId, isInternal);
String encryptedBioValue = JsonPrecondtion.getValueFromJson(encryptedContent, "encryptedData");



// identityRequest = JsonPrecondtion.parseAndReturnJsonContent(identityRequest, BaseTestCase.ApplnURI,
// biometricsMapper + ".data.domainUri");


String encryptedBioValue = JsonPrecondtion.getValueFromJson(encryptedContent, "encryptedData");

logger.info(identityRequest);
String encryptedSessionKey = JsonPrecondtion.getValueFromJson(encryptedContent, "encryptedSessionKey");
Expand Down

0 comments on commit 0d5f2ef

Please sign in to comment.