Android - How to connect the private key used by ant to sign in GNOME Keyring?

Java seems to use a different format for signing than gnome-keyring / GPG. Gnome Keyring uses PKCS # 11 , while Java uses PKCS # 12 . I don't like the idea of ​​having .keystore files floating around, so I would like to use Gnome Keyring / Seahorse for easy centralized management of all my keys. This is especially important as Android developers are expected to retain their keys for over 25 years!

How do I convert / bind a Java keystore to my keychain so that when ant releaseI start it I can use GNOME Keyring to enter a password?

+3
source share

All Articles