ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Algorithm.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\FileDelivery\Token\Signer\Algorithm
;
22
26
interface
Algorithm
27
{
28
public
function
getName
(): string;
29
}
ILIAS\FileDelivery\Token\Signer\Algorithm
Definition:
Algorithm.php:21
ILIAS\FileDelivery\Token\Signer\Algorithm\Algorithm\getName
getName()
ILIAS\FileDelivery\Token\Signer\Algorithm\Algorithm
Definition:
Algorithm.php:26
components
ILIAS
FileDelivery
src
Token
Signer
Algorithm
Algorithm.php
Generated on Wed Sep 10 2025 15:15:37 for ILIAS by
1.8.13 (using
Doxyfile
)