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