A very simple FileHandler which allows to edit the contents of JCE (Java Cryptography Extension) KeyStore files.
In addition to the same inspection capabilities as the viewer, it supports the following simple operations:
Changing the KeyStore integrity check password
Changing the encryption password of key entries
Renaming entries (e.g. changing their KeyStore alias)
Deleting entries
It also provides a small wizard which supports the following more complex operations:
Generating RSA/DSA key pairs with a self-signed certificate
Generating AES/Blowfish/... secret keys
(not available for KeyStores of type JKS and PKCS#12, only in JCEKS and BKS)
Import certificates from a PEM string/text (e.g. via clipboard)
Generating a PKCS#10 certificate request for a private key entry
Issue a certificate for a PKCS#10 request by an unlocked private key entry (e.g. a primitive mini-CA)