ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
DecryptionProvider.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SAML2\Configuration
;
4
5
interface
DecryptionProvider
6
{
10
public
function
isAssertionEncryptionRequired
();
11
15
public
function
getSharedKey
();
16
23
public
function
getPrivateKey
(
$name
, $required =
false
);
24
28
public
function
getBlacklistedAlgorithms
();
29
}
SAML2\Configuration\DecryptionProvider\getBlacklistedAlgorithms
getBlacklistedAlgorithms()
SAML2\Configuration
Definition:
ArrayAdapter.php:3
$name
if($format !==null) $name
Definition:
metadata.php:146
SAML2\Configuration\DecryptionProvider\isAssertionEncryptionRequired
isAssertionEncryptionRequired()
SAML2\Configuration\DecryptionProvider\getSharedKey
getSharedKey()
SAML2\Configuration\DecryptionProvider\getPrivateKey
getPrivateKey($name, $required=false)
SAML2\Configuration\DecryptionProvider
Definition:
DecryptionProvider.php:5
libs
composer
vendor
simplesamlphp
saml2
src
SAML2
Configuration
DecryptionProvider.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)