Chapter 1. Overview

A very simple FileHandler which allows to view the entries of JCE (Java Cryptography Extension) KeyStore files.

It displays a list of all the entries in the loaded KeyStore, showing their nature (Trusted Certificate vs. Private Key), alias and a short form of the associated Distinguished Name (in case a X.509 certificate is associated with that entry).

Selecting an entry in the list will display its certificate properties with verification information.