Top "Keystore" questions

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

Android: Google Map v2 not showing map for release apk

My google map app works fine on device with debug google map API KEY but when I create signed apk …

android api google-maps keystore sha1
How to get exponent and modulus value of RSA public key from pfx file/pem file in java

I want to extract information about RSA Public Key from the pfx file using java. I have a pfx file …

java security openssl keystore pfx
How to open a .ks file in windows?

I have a key.ks file that needs to be opened. Can someone please suggest how to open this file …

java keystore java-security
My SSL client (Java) isn't sending a certificate back to the server in two-way SSL handshake

In a Java 1.7 app running on Windows 7, I'm trying to do 2-way SSL with a server (a smartcard token is …

java ssl ssl-certificate keystore two-way
JMeter 4 - can't execute jmeter-server in windows 7

I download latest JMeter 4, As part of Remote Testing To run JMeter in remote node, start the JMeter server component …

jmeter keystore master-slave jmeter-4.0 distributed-testing
Wrong version of keystore on android call

I want to make a https request. I use bouncycastle to generate the keystore like this : keytool -importcert -trustcacerts -alias …

java android certificate bouncycastle keystore
Enable HTTPS with self-signed certificate in Spring Boot 2.0

I'm following this tutorial to enable HTTPS in Spring Boot 2.0 using a self-signed certificate, just for testing purpose. In summary, …

java spring-boot https keystore keytool
Trouble instantiating a JavaKeyStore from file

I'm trying to get an instance of org.apache.ws.security.components.crypto.Merlin using org.apache.ws.security.components.…

java security cryptography keystore jks
How to add a certificate chain to a JKS

I have a certificate chain called: cert.cer with the content of: subject= ... OU=MyCA issuer= ... OU=MyCA -----BEGIN CERTIFICATE----- ... …

ssl certificate keystore chain jks
AndroidDebugKey Keystore was tampered with, or password was incorrect

Whenever I enter in the terminal: keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android It asks …

java android google-maps keystore keytool