ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/a1tex.in/vendor/lcobucci/jwt/src/Signer/Rsa/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/a1tex.in/vendor/lcobucci/jwt/src/Signer/Rsa/Sha384.php

<?php
declare(strict_types=1);

namespace Lcobucci\JWT\Signer\Rsa;

use Lcobucci\JWT\Signer\Rsa;

use const OPENSSL_ALGO_SHA384;

final class Sha384 extends Rsa
{
    public function algorithmId(): string
    {
        return 'RS384';
    }

    public function algorithm(): int
    {
        return OPENSSL_ALGO_SHA384;
    }
}

Zerion Mini Shell 1.0