Signature Validator.
More...
◆ __construct()
◆ hasValidSignature()
Definition at line 26 of file Validator.php.
31 $validator =
new ValidatorChain(
34 new PublicKeyValidator($this->logger,
new KeyLoader()),
35 new FingerprintValidator($this->logger,
new FingerprintLoader())
39 return $validator->hasValidSignature($signedElement, $configuration);
◆ $logger
SAML2\Signature\Validator::$logger |
|
private |
The documentation for this class was generated from the following file:
- libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Signature/Validator.php