SetaPDF_Signer_ValidationRelatedInfo_CertificateResult Class representing the validation related information result of a certificate.

File: /SetaPDF v2/Signer/ValidationRelatedInfo/CertificateResult.php

Class hierarchy

Summary

Properties

$_ocspResponse


Methods

__construct()

The constructor.

Parameters
$certificate : SetaPDF_Signer_X509_Certificate
 
$ocspResponse : SetaPDF_Signer_Ocsp_Response|null
 
$crl : SetaPDF_Signer_X509_Crl|null
 

getOcspResponse()

hasCrl()

Checks whether a CRL is available or not.

hasOcspResponse()

Checks whether an OCSP response is available or not.