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

    Modifier and Type
    Method
    Description
    toString(Locale clientLocale)
    Returns printable certificate string.
  • Method Details

    • toString

      String toString(Locale clientLocale)
      Returns printable certificate string.
      Parameters:
      clientLocale - end user locale
      Returns:
      printable certificate string