SetaPDF_Signer_ValidationRelatedInfo_ResultByField Class representing a validation related information result by a signature field name.
File: /SetaPDF v2/Signer/ValidationRelatedInfo/ResultByField.php
Class hierarchy
Summary
Properties
$_integrityResult
The integrity result of a signature field.
$_signedData
The SigneData object.
$_signingCertificate
The signing certificate.
$_vri
All validation related informationy by certificates.
Methods
__construct()
The constructor.
Parameters
- $parent : SetaPDF_Signer_ValidationRelatedInfo_ResultBySignedData
- $integrityResult : SetaPDF_Signer_ValidationRelatedInfo_IntegrityResult
add()
getCertificates()
Get all certificates indexed by their digest.
See
getIntegrityResult()
Get the integrity result object of the signature field.
getOcspResponses()
Get all OCSP responses indexed by their certificate digests.
See
getSignedData()
Get the SignedData object.
getSigningCertificate()
Get the signing certificate.
getValidationRelatedInfoByCertificate()
Get validation related information by a certificate.
Parameters
- $certificate : SetaPDF_Signer_X509_Certificate
hasValidationRelatedInforForCertificate()
Checks whether this instance has validation related information of a specific certificate.
Parameters
- $certificate : SetaPDF_Signer_X509_Certificate