package ui; import model.asn1.exceptions.ParseException; import model.ca.AuditLogEntry; import model.ca.CACertificate; import model.ca.Template; import java.nio.charset.StandardCharsets; import java.security.NoSuchAlgorithmException; import java.time.ZonedDateTime; import java.util.*; /** * Main program */ public class JCA { /** * The current screen. */ private UIHandler screen; /** * Instances of the five screens; */ private final UIHandler mainScreen; private final UIHandler mgmtScreen; private final UIHandler issueScreen; private final UIHandler templatesScreen; private final UIHandler templateSetScreen; /** * Templates */ private final List