Class CrlPrettyPrint

java.lang.Object
org.mozilla.jss.netscape.security.util.CrlPrettyPrint

public class CrlPrettyPrint extends Object
This class will display the certificate content in predefined format.
Version:
$Revision$, $Date$
  • Field Details

  • Constructor Details

    • CrlPrettyPrint

      public CrlPrettyPrint(X509CRLImpl crl)
  • Method Details

    • toString

      public String toString(Locale clientLocale)
      This method return string representation of the certificate revocation list in predefined format using specified client local. I18N Support.
      Parameters:
      clientLocale - Locale to be used for localization
      Returns:
      string representation of the certificate
    • toString

      public String toString(Locale clientLocale, long crlSize, long pageStart, long pageSize)