b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/mainpay/jwt-framework/tests/Component/Core/
File Upload :
Current File : E:/www/b-group.old/spfin/mainpay/jwt-framework/tests/Component/Core/FooAlgorithm.php

<?php

declare(strict_types=1);

namespace Jose\Tests\Component\Core;

use Jose\Component\Core\Algorithm;

class FooAlgorithm implements Algorithm
{
    public function name(): string
    {
        return 'foo';
    }

    public function allowedKeyTypes(): array
    {
        return ['FOO'];
    }
}

Copyright © 2019 by b0y-101