Package netscape.security.util
Class ExtPrettyPrint
- java.lang.Object
-
- netscape.security.util.ExtPrettyPrint
-
public class ExtPrettyPrint 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 ExtPrettyPrint(Extension ext, int indentSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
This method return string representation of the certificate in predefined format using specified client local.
-
-
-
Constructor Detail
-
ExtPrettyPrint
public ExtPrettyPrint(Extension ext, int indentSize)
-
-
Method Detail
-
toString
public java.lang.String toString()
This method return string representation of the certificate in predefined format using specified client local. I18N Support.- Overrides:
toString
in classjava.lang.Object
- Parameters:
clientLocale
- Locale to be used for localization- Returns:
- string representation of the certificate
-
-