Accessing Jks(Java Keystore) file in Script
Hi All, I want to retrieve the private key stored in Jks file using the java KeyStore class in script snap. I have uploaded the Jks file in the files section of my project. Now, using the FileInputStream I try to load the jks file in Script snap, but...