Package netscape.security.util
Class CrlPrettyPrint
- java.lang.Object
-
- netscape.security.util.CrlPrettyPrint
-
public class CrlPrettyPrint extends java.lang.Object
This class will display the certificate content in predefined format.- Version:
- $Revision$, $Date$
- Author:
- Andrew Wnuk
-
-
Constructor Summary
Constructors Constructor Description CrlPrettyPrint(X509CRLImpl crl)
-
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)
-
-
-
Constructor Detail
-
CrlPrettyPrint
public CrlPrettyPrint(X509CRLImpl crl)
-
-
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.- 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)
-
-