Top "Jks" questions

A Java KeyStore (JKS) is a repository of cryptographic keys and certificates - used for instance in TLS encryption.

How to create Java Key Store (.jks) file with AES encryption

Reading Oracle documentation, I see that by default JKS files are encrypted using PBEWithMD5AndTripleDES. While DES alone makes me …

java cryptography bouncycastle jks
how to add/convert certificate file into pkcs12 file

I have received the three certificates(.CER files) to access the production server. How I am going to add/convert …

java x509certificate pkcs#12 jks cer
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect, Android keystore

I'm trying to access my keystore because I need to get the SHA1 fingerprint to generate a release Google Maps …

java android keystore android-keystore jks
Android Keystore : "Keystore was tampered with, or password was incorrect."

I'm using Android Stuio 0.5.9 as IDE My mac version 10.9.3 Formerly I use oracle java se7 for develop my applications but …

java android keystore corrupt jks
Convert .keystore to .jks to sign apk

I have an android app that I am trying to protect using quixxi.com however it requires me to sign …

android xamarin xamarin.android keystore jks
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
Oracle Database TLS1.2 / SSL connection using JDBC thin and JKS

When tried to connect to Oracle Database 12c using 12.1.0.2 JDBC Thin driver, we are getting an exception. We are using …

oracle ssl jdbc jks
Using a single certificate based on aliases from Java Key Store

I have a keystore which has multiple keys and certificates added to it I want to used a certificate based …

java ssl certificate ssl-certificate jks
What is the purpose of a .jks keystore?

I've been asked to create a jks keystore based on a certificate we had created. I've read a bit on …

java certificate key keytool jks
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