Class CrlCachePrettyPrint

  • All Implemented Interfaces:
    ICRLPrettyPrint

    public class CrlCachePrettyPrint
    extends java.lang.Object
    implements ICRLPrettyPrint
    This class will display the certificate content in predefined format.
    Version:
    $Revision$, $Date$
    Author:
    Andrew Wnuk
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString​(java.util.Locale clientLocale)
      This method return string representation of the certificate revocation list in predefined format using specified client local.
      java.lang.String toString​(java.util.Locale clientLocale, long crlSize, long pageStart, long pageSize)
      Retrieves the printable CRL string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

    • Method Detail

      • toString

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

        public java.lang.String toString​(java.util.Locale clientLocale,
                                         long crlSize,
                                         long pageStart,
                                         long pageSize)
        Description copied from interface: ICRLPrettyPrint
        Retrieves the printable CRL string.
        Specified by:
        toString in interface ICRLPrettyPrint
        Parameters:
        clientLocale - end user clocale
        crlSize - CRL size
        pageStart - starting page number
        pageSize - page size in rows
        Returns:
        printable CRL string