ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.