b0y-101 Mini Shell


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

<?php

declare(strict_types=1);

namespace Jose\Component\KeyManagement\Analyzer;

use Jose\Component\Core\JWK;

interface KeyAnalyzer
{
    /**
     * This method will analyse the key and add messages to the message bag if needed.
     */
    public function analyze(JWK $jwk, MessageBag $bag): void;
}

Copyright © 2019 by b0y-101