File manager - Edit - /home/opticamezl/www/newok/Hmac.zip
Back
PK K�\�fX X Sha384.phpnu �[��� <?php /** * This file is part of Lcobucci\JWT, a simple library to handle JWT and JWS * * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause */ namespace Lcobucci\JWT\Signer\Hmac; use Lcobucci\JWT\Signer\Hmac; /** * Signer for HMAC SHA-384 * * @author Luís Otávio Cobucci Oblonczyk <lcobucci@gmail.com> * @since 0.1.0 */ class Sha384 extends Hmac { /** * {@inheritdoc} */ public function getAlgorithmId() { return 'HS384'; } /** * {@inheritdoc} */ public function getAlgorithm() { return 'sha384'; } } PK K�\�: X X Sha512.phpnu �[��� <?php /** * This file is part of Lcobucci\JWT, a simple library to handle JWT and JWS * * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause */ namespace Lcobucci\JWT\Signer\Hmac; use Lcobucci\JWT\Signer\Hmac; /** * Signer for HMAC SHA-512 * * @author Luís Otávio Cobucci Oblonczyk <lcobucci@gmail.com> * @since 0.1.0 */ class Sha512 extends Hmac { /** * {@inheritdoc} */ public function getAlgorithmId() { return 'HS512'; } /** * {@inheritdoc} */ public function getAlgorithm() { return 'sha512'; } } PK K�\�p{SX X Sha256.phpnu �[��� <?php /** * This file is part of Lcobucci\JWT, a simple library to handle JWT and JWS * * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause */ namespace Lcobucci\JWT\Signer\Hmac; use Lcobucci\JWT\Signer\Hmac; /** * Signer for HMAC SHA-256 * * @author Luís Otávio Cobucci Oblonczyk <lcobucci@gmail.com> * @since 0.1.0 */ class Sha256 extends Hmac { /** * {@inheritdoc} */ public function getAlgorithmId() { return 'HS256'; } /** * {@inheritdoc} */ public function getAlgorithm() { return 'sha256'; } } PK K�\�fX X Sha384.phpnu �[��� PK K�\�: X X � Sha512.phpnu �[��� PK K�\�p{SX X $ Sha256.phpnu �[��� PK � �
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings