Class ExtPrettyPrint
- java.lang.Object
-
- org.mozilla.jss.netscape.security.util.ExtPrettyPrint
-
public class ExtPrettyPrint extends java.lang.Object
This class will display the certificate content in predefined format.
-
-
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)
-
-