ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Salt.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\FileDelivery\Token\Signer\Salt
;
22
37
final
class
Salt
38
{
39
public
function
__construct
(
40
private
string
$salt
41
) {
42
}
43
44
public
function
get
():
string
45
{
46
return
$this->salt;
47
}
48
}
ILIAS\FileDelivery\Token\Signer\Salt
Definition:
Factory.php:21
ILIAS\FileDelivery\Token\Signer\Salt\Salt
The salt is combined with the secret key to derive a unique key for distinguishing different contexts...
Definition:
Salt.php:37
ILIAS\FileDelivery\Token\Signer\Salt\Salt\__construct
__construct(private string $salt)
Definition:
Salt.php:39
components
ILIAS
FileDelivery
src
Token
Signer
Salt
Salt.php
Generated on Wed Sep 3 2025 23:03:03 for ILIAS by
1.8.13 (using
Doxyfile
)