Accessing Keystore information through Java
Hi all.
Due to our client's requirement, we need to access their digital certificate to digitally sign a document using custom Java code. In order to achieve that, we have created a Keystore rule where the certificate (PKCS12) is located and where the client inputs the password. We need to retrieve the keystore filepath and its password in the Java code to be able to use the library that extracts the information from the certificate and signs the document.
Has anyone encountered a similar situation and knows how to address this issue? We have tried several approaches but none have worked so far.
Thanks,
Álvaro