Package com.netscape.certsrv.base
Interface ICertPrettyPrint
-
- All Known Implementing Classes:
CertPrettyPrint
public interface ICertPrettyPrintThis interface represents a certificate pretty print handler. This handler converts certificate object into a printable certificate string.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoString(java.util.Locale clientLocale)Returns printable certificate string.
-