ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
SigningKey.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\FileDelivery\Token\Signer\Key\Signing
;
22
28
final
class
SigningKey
29
{
30
public
function
__construct
(
31
private
string
$signing_key
32
) {
33
}
34
35
public
function
get
():
string
36
{
37
return
$this->signing_key;
38
}
39
}
ILIAS\FileDelivery\Token\Signer\Key\Signing\SigningKey
Definition:
SigningKey.php:28
ILIAS\FileDelivery\Token\Signer\Key\Signing
Definition:
ConcatSigningKeyGenerator.php:21
ILIAS\FileDelivery\Token\Signer\Key\Signing\SigningKey\__construct
__construct(private string $signing_key)
Definition:
SigningKey.php:30
src
FileDelivery
Token
Signer
Key
Signing
SigningKey.php
Generated on Wed Sep 10 2025 14:12:04 for ILIAS by
1.8.13 (using
Doxyfile
)