Package com.netscape.cmstools
Class AtoB
- java.lang.Object
-
- com.netscape.cmstools.AtoB
-
public class AtoB extends java.lang.Object
The AtoB class is a utility program designed to "translate" an ASCII BASE 64 encoded blob into a BINARY BASE 64 encoded blob. It assumes that the name of a data file is passed to the program via the command line, and that the contents contain a blob 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:
AtoB <input filename> <output filename> NOTE: <input filename> must contain an ASCII BASE 64 encoded blob <output filename> contains a BINARY BASE 64 encoded blob
- Version:
- $Revision$, $Date$
-
-
Constructor Summary
Constructors Constructor Description AtoB()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] argv)
-
-
-
Field Detail
-
ARGC
public static final int ARGC
- See Also:
- Constant Field Values
-
HEADER
public static final java.lang.String HEADER
- See Also:
- Constant Field Values
-
TRAILER
public static final java.lang.String TRAILER
- See Also:
- Constant Field Values
-
-