Package com.netscape.certsrv.base
Interface ICRLPrettyPrint
-
- All Known Implementing Classes:
CrlPrettyPrint
public interface ICRLPrettyPrintThis interface represents a CRL pretty print handler. It converts a CRL object into a printable CRL string.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoString(java.util.Locale clientLocale)Retrieves the printable CRL string.java.lang.StringtoString(java.util.Locale clientLocale, long crlSize, long pageStart, long pageSize)Retrieves the printable CRL string.
-
-
-
Method Detail
-
toString
java.lang.String toString(java.util.Locale clientLocale, long crlSize, long pageStart, long pageSize)Retrieves the printable CRL string.- Parameters:
clientLocale- end user clocalecrlSize- CRL sizepageStart- starting page numberpageSize- page size in rows- Returns:
- printable CRL string
-
toString
java.lang.String toString(java.util.Locale clientLocale)
Retrieves the printable CRL string.- Parameters:
clientLocale- end user clocale- Returns:
- printable CRL string
-
-