Table of Contents
A simple FileHandler which allows to inspect binary files containing ASN.1 data that has been encoded using the Basic Encoding Rules (BER). As the Canonical and Distinguished Encoding Rules (CER & DER) are just restricted subsets of BER, data encoded with these can be analyzed just as well.
As such binary data is often encoded in the Base64 format to simplify transfer through email systems, this viewer will automatically detect such an additional encoding and decode it prior to decoding the binary BER contents.