Top "Keystore" questions

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

I'm having trouble getting SHA1 certificate with keytool

I'm trying to find the SHA1 hash of my signature key store on macos sierra using the following comand: keytool …

java android certificate keystore keytool
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
Signing an apk as system using keys found in source/build/target/product/security/

Well as the title states, I am trying to sign my app using the platform.x509.pem and platform.pk8. …

java android apk keystore android-keystore
Find expiration date of Android keystore

I made a keystore a while ago for my Android apps but I can't remember how long I set the …

android keystore
How to mock keystore class and assign mock behavior to its methods?

I have the below method which I need to write unit tests for. But I cannot spy the class KeyStore. …

java unit-testing mockito keystore powermockito
Java exception client authentication TLS: password must not be null

I wrote this code to communicate with ejbca server (JBoss 5.1.0.GA-jdk6, EJBCA 4.0.10 and openjdk-6-jdk ): CryptoProviderTools.installBCProvider(); String urlstr = "https://…

java ssl passwords keystore ejbca
Where can I find the private keystore file generated by the Android Studio "Generate Signed APK Wizard"?

I have used Android Studio's "Build" -> "Generate Signed APK..." -> "Generate Signed APK Wizard" to create a …

android apk keystore android-studio android-keystore
java.security.UnrecoverableKeyException: Failed to obtain information about private key

I have the following lines to get the private key from key store on Android KeyStore keyStore = KeyStore.getInstance("AndroidKeyStore"); …

java android keystore private-key java-security
Android: Store SecretKey in KeyStore

I use a SecretKey to encrypt sensitive data in my application. Currently I am storing my SecretKey in Base64 encoded …

android encryption keystore android-keystore secret-key
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