Package com.inet.report.certificate


package com.inet.report.certificate
Provides classes and interfaces for managing digital certificates used in PDF report signing.

This package implements the certificate management system that:

  • Handles digital certificate configuration and retrieval
  • Provides factory interfaces for certificate information creation
  • Manages certificate settings through configuration parameters
  • Supports integration with the report engine for signature generation

The certificate system supports:

  • Configurable digest algorithms for signing
  • Integration with the report engine's configuration system
  • Flexible certificate information retrieval through factory pattern
Since:
9.1
  • Class
    Description
    This class contains signature settings.
    An interface for classes that can produce an instance of certificate info with the help of factory method getCertificateInfo(Engine).