Top "Keystore" questions

In Java, a keystore is a repository of security certificates, either authorization certificates or public key certificates

Lost keystore alias but have file and password used for alias

recently I added a new alias to my keystore to sign my app. Now I lost the new generated file …

android google-play alias keystore
Intellij IDEA - view saved password

I forgot the password for my Android keystore, but it's saved in the Intellij IDEA password manager. I know the …

android intellij-idea passwords keystore
How to create an Android keystore RSA key with infinite validity?

Here is how Google suggests creating an Android keystore: keytool -genkey -v -keystore my-release-key.keystore -alias alias_name \ -keyalg RSA …

android rsa keystore android-keystore
"ERROR: Cannot recover key" When Exporting Signed Android App with Existing Keystore

I have an existing keystore with a password and a few keys with different passwords inside for the different apps …

android export apk keystore android-keystore
Verify certificate against Java certificate store via CLI

How can I verify an X509 (or DER-formatted) certificate against the Java certificate store via the command line? I've looked …

java certificate verification keystore keytool
Android Key Store - Name of Organizational Unit

I have developed a nice Android application with PhoneGap build. But now I am unable to upload it to google …

java android phonegap-build keystore android-keystore
Difference between KeyStore and KeyManager/TrustManager

What is the difference between using a KeyStore Object for the keystore and truststore; as opposed to using the KeyManager …

ssl httpclient keystore truststore
programmatically import .cer certificate into keystore

How can I import a .p12 certificate from the classpath into the java keystore? First I used the InstallCert https://…

java keystore pkcs#12 key-management
Does android support .jks keystore type?

I am trying to connect to server using keystore which is provided by server team. While sending service call to …

android ssl keystore
How to specify outbound certificate alias for HTTPS-calls?

I am calling a webservice that requires client certificate authentication. If I specify a Java keystore containing a single certificate (…

java ssl https certificate keystore