ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
SignedElement.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
SAML2
;
4
5
use
RobRichards\XMLSecLibs\XMLSecurityKey
;
6
12
interface
SignedElement
13
{
23
public
function
validate(
XMLSecurityKey
$key
);
24
32
public
function
setCertificates(array
$certificates
);
33
39
public
function
getCertificates();
40
46
public
function
getSignatureKey();
47
55
public
function
setSignatureKey(
XMLSecurityKey
$signatureKey = null);
56
}
SAML2
Definition:
ArtifactResolve.php:3
$certificates
$certificates
Definition:
metarefresh.php:39
XMLSecurityKey
RobRichards\XMLSecLibs\XMLSecurityKey
xmlseclibs.php
Definition:
XMLSecurityKey.php:47
php
SAML2\SignedElement
Definition:
SignedElement.php:12
$key
$key
Definition:
croninfo.php:18
libs
composer
vendor
simplesamlphp
saml2
src
SAML2
SignedElement.php
Generated on Thu Jan 16 2025 19:01:54 for ILIAS by
1.8.13 (using
Doxyfile
)