Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/web-token/jwt-library/Encryption/Algorithm/KeyEncryption/AbstractECDHAESKW.php
Ðазад
<?php declare(strict_types=1); namespace Jose\Component\Encryption\Algorithm\KeyEncryption; use AESKW\Wrapper as WrapperInterface; use RuntimeException; abstract class AbstractECDHAESKW implements KeyAgreementWithKeyWrapping { public function __construct() { if (! interface_exists(WrapperInterface::class)) { throw new RuntimeException('Please install "spomky-labs/aes-key-wrap" to use AES-KW algorithms'); } } public function allowedKeyTypes(): array { return ['EC', 'OKP']; } public function getKeyManagementMode(): string { return self::MODE_WRAP; } abstract protected function getWrapper(): WrapperInterface; abstract protected function getKeyLength(): int; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка