top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Anroid: Export Key for Keystore

+5 votes
135 views

I have a nearly 4 key entries in a keystore file for different applications. I want to extract or export of the keys from the keystore for some reason.

> keytool.exe -list -keystore Keystorefile

Keystore-type: JKS
Keystore-provider: SUN

Keystore contains 6 entries

Appname1, XX.XX.XXXX, PrivateKeyEntry,
certificate-Fingerprint (SHA1): AA:BB:CC:DD:EE:FF:GG:HH:II:JJ:KK:LL:MM:NN:OO:PP:Q
Q:RR:SS:TT
Appname2, XX.XX.XXXX, PrivateKeyEntry,
certificate-Fingerprint (SHA1): AA:BB:CC:DD:EE:FF:GG:HH:II:JJ:KK:LL:MM:NN:OO:PP:Q
Q:RR:SS:TT
Appname3, XX.XX.XXXX, PrivateKeyEntry,
certificate-Fingerprint (SHA1): AA:BB:CC:DD:EE:FF:GG:HH:II:JJ:KK:LL:MM:NN:OO:PP:Q
Q:RR:SS:TT
....

Please let me know if any of you have a solution.

Thanks in advance!

posted Jun 3, 2016 by Vinod Kumar K V

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I am new to Android community and currently doing research in Android keystore.To understand android keystore properly, i need to debug and understand the process and the data flow.I am not able to find any particular way to debug and see the execution step by step.I used Android studio but i am not able to debug into the IKeystoreService.java and other system classes.Is there a way to debug and see how it works?

Thanking you in advance.

+2 votes

Is there linq or something similar for java to develop apps for android. To get selective entries from database or from a collection? Thanks in advance.

+2 votes

Is there an easier way to use SQL/SQLite in android applications? I am fine with using any third party libraries.

+5 votes

Are there any open sourced live tracking (AR) libraries for Android?

The task I wish to accomplish is to find the floor area of the room in the image captured thru camera. I have tried to use OpenCV and I could not accomplish this without using Markers. Please suggest some other libraries or a working solution with OpenCV.

Thanks in Advance.

...