Package com.netscape.cmstools
Class PrettyPrintCrl
java.lang.Object
com.netscape.cmstools.PrettyPrintCrl
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ARGC
public static final int ARGC- See Also:
-
HEADER
- See Also:
-
TRAILER
- See Also:
-
-
Constructor Details
-
PrettyPrintCrl
public PrettyPrintCrl()
-
-
Method Details
-
main
-