Package com.netscape.cmscore.cert
Class CertPrettyPrint
- java.lang.Object
-
- org.mozilla.jss.netscape.security.util.CertPrettyPrint
-
- com.netscape.cmscore.cert.CertPrettyPrint
-
- All Implemented Interfaces:
ICertPrettyPrint
public class CertPrettyPrint extends org.mozilla.jss.netscape.security.util.CertPrettyPrint implements ICertPrettyPrint
This class will display the certificate content in predefined format.- Version:
- $Revision$, $Date$
- Author:
- Jack Pan-Chen
-
-
Constructor Summary
Constructors Constructor Description CertPrettyPrint(java.security.cert.Certificate cert)
-
Method Summary
-
Methods inherited from class org.mozilla.jss.netscape.security.util.CertPrettyPrint
normalizeCertStr, pkcs7toString, stripCertBrackets, toString, X509toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netscape.certsrv.base.ICertPrettyPrint
toString
-
-