I have signed application with keystore with JKS extension. I am using KeyStore.getInstance("JKS") but it is giving exception java.security.NoSuchAlgorithmException: KeyStore jks implementation not found the purpose of loading this is that I am storing my key information in this keystore like hash etc and will use this hash to encrypt things I have store keys using keytool from command line but how to retrieve?
EDIT
I want to do it programmatically not from command line. I want to retrieve alias and keystore in code not command line