ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
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
$name
$name
Definition:
client_example.php:35
php
libs
composer
vendor
simplesamlphp
saml2
src
SAML2
Configuration
DecryptionProvider.php
Generated on Thu Jan 16 2025 19:01:54 for ILIAS by
1.8.13 (using
Doxyfile
)