ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SAML2\Signature\ChainedValidator Interface Reference

Interface . More...

+ Inheritance diagram for SAML2\Signature\ChainedValidator:
+ Collaboration diagram for SAML2\Signature\ChainedValidator:

Public Member Functions

 canValidate (SignedElement $signedElement, CertificateProvider $configuration)
 Test whether or not this link in the chain can validate the signedElement signature. More...
 
- Public Member Functions inherited from SAML2\Signature\ValidatorInterface
 hasValidSignature (SignedElement $signedElement, CertificateProvider $configuration)
 Validate the signature of the signed Element based on the configuration. More...
 

Detailed Description

Interface .

should be renamed.

Definition at line 13 of file ChainedValidator.php.

Member Function Documentation

◆ canValidate()

SAML2\Signature\ChainedValidator::canValidate ( SignedElement  $signedElement,
CertificateProvider  $configuration 
)

Test whether or not this link in the chain can validate the signedElement signature.

Parameters
\SAML2\SignedElement$signedElement
\SAML2\Configuration\CertificateProvider$configuration
Returns
bool

Implemented in SAML2\Signature\FingerprintValidator, and SAML2\Signature\PublicKeyValidator.


The documentation for this interface was generated from the following file: