OpenSSL CMS Module (CLI)
Table of Contents
Description
The SetaPDF_Signer_Signature_Module_OpenSslCliCms
module uses the CMS utility of OpenSSL to create the signature.
It allows you e.g. to define a specifc digest algorithm.
The utility will be executed by an exec() call.
Public Methods
getCertificate()
Get the path to the signing certificate.
getDigest()
Get the digest algorithm.
getExtraCertificates()
Get the path of the file with additional certificates.
getOpenSslPath()
Get the path to the openssl binary.
getPrivateKey()
Get the path to the private key file.
getPrivateKeyPassword()
Get the private key password source.
setCertificate()
Set the path to the signing certificate.
setDigest()
Set the digest algorithm to use when signing.
setExtraCertificates()
Set the path to a file with additional certificates which will be included in the signature.
setOpenSslPath()
Set the path to the openssl binary.
setPrivateKey()
Set the path to the private key file and password argument.
setPrivateKeyPassword()
Set the private key password source.