Package com.netscape.certsrv.base
Interface ICRLPrettyPrint
- All Known Implementing Classes:
CrlPrettyPrint
public interface ICRLPrettyPrint
This interface represents a CRL pretty print handler.
It converts a CRL object into a printable CRL string.
- Version:
- $Revision$, $Date$
-
Method Summary
-
Method Details
-
toString
Retrieves the printable CRL string.- Parameters:
clientLocale
- end user clocalecrlSize
- CRL sizepageStart
- starting page numberpageSize
- page size in rows- Returns:
- printable CRL string
-
toString
Retrieves the printable CRL string.- Parameters:
clientLocale
- end user clocale- Returns:
- printable CRL string
-