Package com.netscape.cmscore.cert
Class ExtPrettyPrint
java.lang.Object
org.mozilla.jss.netscape.security.util.ExtPrettyPrint
com.netscape.cmscore.cert.ExtPrettyPrint
- All Implemented Interfaces:
IExtPrettyPrint
public class ExtPrettyPrint
extends org.mozilla.jss.netscape.security.util.ExtPrettyPrint
implements IExtPrettyPrint
This class will display the certificate content in predefined
format.
- Version:
- $Revision$, $Date$
- Author:
- Andrew Wnuk
-
Constructor Summary
ConstructorsConstructorDescriptionExtPrettyPrint
(org.mozilla.jss.netscape.security.x509.Extension ext, int indentSize) -
Method Summary
Methods inherited from class org.mozilla.jss.netscape.security.util.ExtPrettyPrint
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.base.IExtPrettyPrint
toString
-
Constructor Details
-
ExtPrettyPrint
public ExtPrettyPrint(org.mozilla.jss.netscape.security.x509.Extension ext, int indentSize)
-