b0y-101 Mini Shell


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

<?php

declare(strict_types=1);

namespace Jose\Component\Core;

interface Algorithm
{
    /**
     * Returns the name of the algorithm.
     */
    public function name(): string;

    /**
     * Returns the key types suitable for this algorithm (e.g. "oct", "RSA"...).
     *
     * @return string[]
     */
    public function allowedKeyTypes(): array;
}

Copyright © 2019 by b0y-101