Table of contents
Namespace: Com\Tecnick\Pdf\Sign\Ocsp
Read only: Yes Final: Yes
File: Request.php line 35
An OCSP request together with the CertID it asks about, which RFC 6960 section 3.2 requires the response to be matched against before it is accepted.
Tags
- since: 2026-08-24
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-pdf-sign
Properties
$certId
File: Request.php line 46
public string $certId
$der
File: Request.php line 45
public string $der
$issuerDer
File: Request.php line 47
public string $issuerDer
Methods
__construct()
File: Request.php line 44
public __construct(string $der, string $certId, string $issuerDer) : mixed
Parameters
- $der : string: DER-encoded OCSPRequest, as sent to the responder.
- $certId : string: DER-encoded CertID the response must quote back.
- $issuerDer : string: DER of the issuing certificate, which the response is verified against: either the responder itself or the authority that delegated to it.