ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
SAML2\SignedElement
Definition:
SignedElement.php:12
$key
$key
Definition:
croninfo.php:18
libs
composer
vendor
simplesamlphp
saml2
src
SAML2
SignedElement.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)