%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/www/vebto/vendor/roave/signature/src/Encoder/
Upload File :
Create Path :
Current File : /home/graphicd/www/vebto/vendor/roave/signature/src/Encoder/EncoderInterface.php

<?php

declare(strict_types=1);

namespace Roave\Signature\Encoder;

interface EncoderInterface
{
    public function encode(string $codeWithoutSignature): string;

    public function verify(string $codeWithoutSignature, string $signature): bool;
}

Zerion Mini Shell 1.0