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

    Modifier and Type
    Method
    Description
    toString(Locale clientLocale)
    Retrieves the printable CRL string.
    toString(Locale clientLocale, long crlSize, long pageStart, long pageSize)
    Retrieves the printable CRL string.
  • Method Details

    • toString

      String toString(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

      String toString(Locale clientLocale)
      Retrieves the printable CRL string.
      Parameters:
      clientLocale - end user clocale
      Returns:
      printable CRL string