ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface . More...
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... | |
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.