ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
◀ 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
30
public
function
after
(
string
$signature): string;
31
}
ILIAS\FileDelivery\Token\Signer\Algorithm\Algorithm
Definition:
Algorithm.php:27
ILIAS\FileDelivery\Token\Signer\Algorithm\Algorithm\after
after(string $signature)
ILIAS\FileDelivery\Token\Signer\Algorithm\Algorithm\getName
getName()
ILIAS\FileDelivery\Token\Signer\Algorithm
Definition:
Algorithm.php:21
components
ILIAS
FileDelivery
src
Token
Signer
Algorithm
Algorithm.php
Generated on Wed Apr 29 2026 23:04:05 for ILIAS by
1.9.4 (using
Doxyfile
)