Request

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.

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

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.