setasign\SetaPDF2\Signer\Signature

Module

Classes

  • Cms
    A signature module to create CMS signatures.
  • OpenSsl
    A signature module which uses the PHP builtin openssl functions.
  • OpenSslCli
    A signature module which uses the S/MIME utility of OpenSSL via command line.
  • OpenSslCliCms
    A signature module which uses the CMS utility of OpenSSL via command line.
  • Pades
    A signature module to create PAdES-BES/B-B conform signatures.

Traits

  • PadesProxyTrait
    A trait for individual modules using the PAdES module internally.

Interfaces

  • DictionaryInterface
    An interface that can be used in a signature or timestamp modul to update the signature dictionary.
  • DocumentInterface
    An interface that can be used in a signature or timestamp modul to update the document before the signature creation.
  • ModuleInterface
    The signature module interface