Package com.netscape.cmscore.cert
Class CrlCachePrettyPrint
- java.lang.Object
-
- com.netscape.cmscore.cert.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.Loggerlogger
-
Constructor Summary
Constructors Constructor Description CrlCachePrettyPrint(ICRLIssuingPoint ip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString(java.util.Locale clientLocale)This method return string representation of the certificate revocation list in predefined format using specified client local.java.lang.StringtoString(java.util.Locale clientLocale, long crlSize, long pageStart, long pageSize)Retrieves the printable CRL string.
-
-
-
Constructor Detail
-
CrlCachePrettyPrint
public CrlCachePrettyPrint(ICRLIssuingPoint ip)
-
-
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:
toStringin interfaceICRLPrettyPrint- 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:ICRLPrettyPrintRetrieves the printable CRL string.- Specified by:
toStringin interfaceICRLPrettyPrint- Parameters:
clientLocale- end user clocalecrlSize- CRL sizepageStart- starting page numberpageSize- page size in rows- Returns:
- printable CRL string
-
-