Package com.netscape.certsrv.base
Interface ICertPrettyPrint
-
- All Known Implementing Classes:
CertPrettyPrint
public interface ICertPrettyPrint
This interface represents a certificate pretty print handler. This handler converts certificate object into a printable certificate string.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString(java.util.Locale clientLocale)
Returns printable certificate string.
-