ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ChainedValidator.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SAML2\Signature;
4 
7 
14 {
23  public function canValidate(
24  SignedElement $signedElement,
25  CertificateProvider $configuration
26  );
27 }
CertificateProvider interface.
canValidate(SignedElement $signedElement, CertificateProvider $configuration)
Test whether or not this link in the chain can validate the signedElement signature.