ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
SHA256.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
class
SHA256
implements
Algorithm
27
{
28
public
function
getName
(): string
29
{
30
return
'sha256'
;
31
}
32
}
ILIAS\FileDelivery\Token\Signer\Algorithm
Definition:
Algorithm.php:21
ILIAS\FileDelivery\Token\Signer\Algorithm\SHA256\getName
getName()
Definition:
SHA256.php:28
ILIAS\FileDelivery\Token\Signer\Algorithm\Algorithm
Definition:
Algorithm.php:26
ILIAS\FileDelivery\Token\Signer\Algorithm\SHA256
Definition:
SHA256.php:26
components
ILIAS
FileDelivery
src
Token
Signer
Algorithm
SHA256.php
Generated on Wed Sep 3 2025 23:03:03 for ILIAS by
1.8.13 (using
Doxyfile
)