com.netscape.certsrv.base
Interface ICRLPrettyPrint


public interface ICRLPrettyPrint

This interface represents a CRL pretty print handler. It converts a CRL object into a printable CRL string.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.lang.String toString(java.util.Locale clientLocale)
          Retrieves the printable CRL string.
 java.lang.String toString(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 clocale
crlSize - CRL size
pageStart - starting page number
pageSize - 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