b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/mainpay/jwt-framework/src/SignatureAlgorithm/RSA/
File Upload :
Current File : E:/www/b-group.old/spfin/mainpay/jwt-framework/src/SignatureAlgorithm/RSA/PS384.php

<?php

declare(strict_types=1);

namespace Jose\Component\Signature\Algorithm;

final class PS384 extends RSAPSS
{
    public function name(): string
    {
        return 'PS384';
    }

    protected function getAlgorithm(): string
    {
        return 'sha384';
    }
}

Copyright © 2019 by b0y-101