|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface \SAML2\Validator\Responsible. 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... | |
Interface \SAML2\Validator\Responsible.
should be renamed.
Definition at line 13 of file ChainedValidator.php.
| SAML2\Signature\ChainedValidator::canValidate | ( | SignedElement | $signedElement, |
| CertificateProvider | $configuration | ||
| ) |
Test whether or not this link in the chain can validate the signedElement signature.
| \SAML2\SignedElement | $signedElement | |
| \SAML2\Configuration\CertificateProvider | $configuration |
Implemented in SAML2\Signature\FingerprintValidator, and SAML2\Signature\PublicKeyValidator.