b0y-101 Mini Shell


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

<?php

declare(strict_types=1);

namespace Jose\Component\Signature\Algorithm;

final class RS512 extends RSAPKCS1
{
    public function name(): string
    {
        return 'RS512';
    }

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

Copyright © 2019 by b0y-101