Skip to content

Commit

Permalink
[MOSIP-35428]Update pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: JanardhanBS-SyncByte <[email protected]>
  • Loading branch information
JanardhanBS-SyncByte committed Nov 5, 2024
1 parent 05f96d8 commit ad41296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ private void loadKeys(String keyStoreFileName, String alias, String keystorePass
}

try (FileInputStream fileInputStream = new FileInputStream(keyStoreFileName)) {
logger.info("Loading keystore into to local cache :: {}", keystoreFilePath);
logger.info("loading keystore into local cache Path#{} filename#{} ", keystoreFilePath, keyStoreFileName);
KeyStore keystore = KeyStore.getInstance("PKCS12");
keystore.load(fileInputStream, keystorePassword.toCharArray());
privateKeyMap.put(keyStoreFileName, (PrivateKey) keystore.getKey(alias, keystorePassword.toCharArray()));
Expand Down

0 comments on commit ad41296

Please sign in to comment.