|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for SAML2\Signature\AbstractChainedValidator:
Collaboration diagram for SAML2\Signature\AbstractChainedValidator:Public Member Functions | |
| __construct (LoggerInterface $logger) | |
Public Member Functions inherited from SAML2\Signature\ChainedValidator | |
| 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... | |
Protected Member Functions | |
| validateElementWithKeys (SignedElement $element, $pemCandidates) | |
| BC compatible version of the signature check. More... | |
Protected Attributes | |
| $logger | |
Definition at line 9 of file AbstractChainedValidator.php.
| SAML2\Signature\AbstractChainedValidator::__construct | ( | LoggerInterface | $logger | ) |
Definition at line 16 of file AbstractChainedValidator.php.
References SAML2\Signature\AbstractChainedValidator\$logger.
|
protected |
BC compatible version of the signature check.
| \SAML2\SignedElement | $element | |
| \SAML2\Certificate\X509[] | $pemCandidates |
Definition at line 31 of file AbstractChainedValidator.php.
References $index, $key, $result, RobRichards\XMLSecLibs\XMLSecurityKey\RSA_SHA1, sprintf, and SAML2\SignedElement\validate().
Referenced by SAML2\Signature\PublicKeyValidator\hasValidSignature().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |