Top "Keystore" questions

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

How to import x509.pem pk8 file into jks-keystore?

I have already tried to use the command keytool -import -keystore *.jks -alias alias_name -keypass alias_passwd -file *.x509.…

keystore jks
Problem running my signed, release keystore in Eclipse

I am unable to run my signed, release keystore in Eclipse: I get the error: Keystore was tampered with, or …

java android eclipse keystore keytool
RSA keypair generation and storing to keystore

I am tryng to generate RSA keypair and to store it on the HSM keystore. The code i have right …

java keystore pkcs#11
keytool import certificate java.util.IllegalFormatConversionException in linux

I am tring to create a keystore to be used in tomcat but I get the error "java.util.IllegalFormatConversionException: …

tomcat keystore keytool cer
Validating a certificate in java throws an exception - unable to find valid certificate path to requested target

I have a web app that requires a client to send it's certificate and the server has to validate the …

java certificate x509certificate keystore pkix
Java/Keystore Verify Signed certificate

I'm working on a client-cert authentication between a embedded jetty server and a client. They both use keystore. The client …

java ssl certificate keystore truststore
How to read SHA and MD5 fingerprint programmatically in Android

Hello I want to read SHA and MD5 fingerprint value of keystore programmatically of my app from which it was …

android security hash keystore android-keystore
java.security.KeyStoreException: PKCS11 not found

My goal is to read information from a CAC card and use pkcs11 to extract information from it and sign …

java keystore pkcs#11 cac
Enabling HTTPS in Undertow

We have a working Apache mod_ssl configuration. I want to enable HTTPS support for Undertow, so that it listens …

java ssl https keystore undertow
How to build a SSLSocketFactory from PEM certificate and key without converting to keystore?

I'm given a self-signed client certificate kit that is to be used to access a server via HTTPS. The kit …

java ssl keystore pem sslsocketfactory