Emarref\Jwt\Verification\Context::__construct PHP Method

__construct() public method

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
    public function __construct(EncryptionInterface $encryption)
    {
        $this->setEncryption($encryption);
    }