ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 | |
Definition at line 31 of file AbstractChainedValidator.php.
References $index, $key, $result, array, RobRichards\XMLSecLibs\XMLSecurityKey\RSA_SHA1, and SAML2\SignedElement\validate().
Referenced by SAML2\Signature\FingerprintValidator\canValidate(), and SAML2\Signature\PublicKeyValidator\hasValidSignature().
|
protected |
Definition at line 14 of file AbstractChainedValidator.php.
Referenced by SAML2\Signature\AbstractChainedValidator\__construct(), and SAML2\Signature\PublicKeyValidator\hasValidSignature().