Top "Keystore" questions

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

Should keystore password be same as PKCS12 certificate password?

I am trying to import PKCS12 certificate using keytool in java. It works fine only when the keystore password is …

java keystore keytool pkcs12
How I can tell alias of the wanted key-entry to SSLSocket before connecting?

I have two certificate/key pairs in a java keystore. Aliases of those key-entries are "foo" and "bar". My TLS …

java ssl keystore authentication
Is there any reason I shouldn't store my keystore in version control?

I'm using a keystore (.jks) to store the certificate I use to sign my Android applications. The Android documentation and …

java android security keystore android-keystore
How to resolve error Salt must be 8 bytes long

I am writing a program to sign a pdf using certificate (pfx file). For few of the certificates I am …

itext digital-signature keystore pfx digital
KeyStore error on java server: BKS not found

I get an error on this line: final KeyStore keyStore = KeyStore.getInstance("BKS"); the error i get is: java.security.…

java ssl keystore jsse
HttpComponents Custom SSLSocketFactory

Per the example at http://hc.apache.org/httpcomponents-client-ga/httpclient/examples/org/apache/http/examples/client/ClientCustomSSL.java SSLSocketFactory socketFactory = …

ssl keystore apache-httpcomponents
Access java keystore programmatically to create SSLSocketFactory

I am establishing an SSL connection to a server which has enabled ssl.There is a cacerts file in my …

java ssl keystore jks
Android - What debug.keystore file is IntelliJ signing my app with?

I'm trying to debug why I can't get MapView to work in debug mode, and it seems like the app …

android intellij-idea android-mapview keystore signing
Unable to export signed APK in Android Studio

When I use keytool -list -keystore /path/to/keyfile.jks and give my password, I'm able to see the entry …

android keystore jks
Import StartCom CA certificates in Windows JRE

I have a Java application accessing a service that uses a StartCom SSL certificate. For this to work, I need …

java security certificate keystore truststore