Class PrettyPrintCrl


  • public class PrettyPrintCrl
    extends java.lang.Object
    The PrettyPrintCrl class is a utility program designed to "pretty print" a CRL. It assumes that the name of a data file is passed to the program via the command line, and that the contents contain a CRL encoded in an ASCII BASE 64 format. Note that the data file may contain an optional "-----BEGIN" header and/or an optional "-----END" trailer.

    The program may be invoked as follows:

    
          PrettyPrintCrl <input filename> [output filename]
    
          NOTE:  <input filename>   must contain an ASCII
                                    BASE 64 encoded CRL
    
                 <output filename>  contains a CRL displayed
                                    in a "pretty print" ASCII format
     
    Version:
    $Revision$, $Date$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARGC  
      static java.lang.String HEADER  
      static java.lang.String TRAILER  
    • Constructor Summary

      Constructors 
      Constructor Description
      PrettyPrintCrl()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrettyPrintCrl

        public PrettyPrintCrl()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)