Class CrlPrettyPrint
java.lang.Object
org.mozilla.jss.netscape.security.util.CrlPrettyPrint
This class will display the certificate content in predefined
format.
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final org.slf4j.Logger
private X509CRLImpl
private PrettyPrintFormat
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CUSTOM_LOCALE
- See Also:
-
logger
private static final org.slf4j.Logger logger -
mCRL
-
pp
-
-
Constructor Details
-
CrlPrettyPrint
-
-
Method Details
-
toString
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
-