%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/public_html/vebto/vendor/lcobucci/jwt/src/Signer/
Upload File :
Create Path :
Current File : /home/graphicd/public_html/vebto/vendor/lcobucci/jwt/src/Signer/None.php

<?php

namespace Lcobucci\JWT\Signer;

final class None extends BaseSigner
{
    public function getAlgorithmId()
    {
        return 'none';
    }

    public function createHash($payload, Key $key)
    {
        return '';
    }

    public function doVerify($expected, $payload, Key $key)
    {
        return $expected === '';
    }
}

Zerion Mini Shell 1.0