ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SAML2\Signature\ValidatorInterface Interface Reference
+ Inheritance diagram for SAML2\Signature\ValidatorInterface:
+ Collaboration diagram for SAML2\Signature\ValidatorInterface:

Public Member Functions

 hasValidSignature (SignedElement $signedElement, CertificateProvider $configuration)
 Validate the signature of the signed Element based on the configuration. More...
 

Detailed Description

Definition at line 8 of file ValidatorInterface.php.

Member Function Documentation

◆ hasValidSignature()

SAML2\Signature\ValidatorInterface::hasValidSignature ( SignedElement  $signedElement,
CertificateProvider  $configuration 
)

Validate the signature of the signed Element based on the configuration.

Parameters
\SAML2\SignedElement$signedElement
\SAML2\Configuration\CertificateProvider$configuration
Returns
bool

Implemented in SAML2\Signature\ValidatorChain, and SAML2\Signature\PublicKeyValidator.

Referenced by SAML2\Signature\FingerprintValidator\canValidate().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: