ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ValidatorInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SAML2\Signature
;
4
5
use
SAML2\Configuration\CertificateProvider
;
6
use
SAML2\SignedElement
;
7
8
interface
ValidatorInterface
9
{
18
public
function
hasValidSignature
(
19
SignedElement
$signedElement,
20
CertificateProvider
$configuration
21
);
22
}
SAML2\Signature\ValidatorInterface
Definition:
ValidatorInterface.php:8
SAML2\Configuration\CertificateProvider
CertificateProvider interface.
Definition:
CertificateProvider.php:8
CertificateProvider
SAML2\Signature\ValidatorInterface\hasValidSignature
hasValidSignature(SignedElement $signedElement, CertificateProvider $configuration)
Validate the signature of the signed Element based on the configuration.
SAML2\Signature
Definition:
AbstractChainedValidator.php:3
SignedElement
SAML2\SignedElement
Definition:
SignedElement.php:12
libs
composer
vendor
simplesamlphp
saml2
src
SAML2
Signature
ValidatorInterface.php
Generated on Tue Jan 28 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)